-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "bs-fluture",
"version": "2.0.10",
"description": "Reason bindings for Fluture.js",
"main": "src/Fluture.re",
"files": [
"src/",
"bsconfig.json",
"README.md"
],
"scripts": {
"build": "bsb -make-world -clean-world",
"watch": "bsb -make-world -clean-world -w",
"check": "npm-check -u",
"release": "semantic-release",
"test": "jest"
},
"keywords": [
"bucklescript",
"reason",
"bsb",
"fluture",
"promise",
"async"
],
"author": "benadamstyles",
"license": "MIT",
"homepage": "https://github.com/benadamstyles/bs-fluture",
"repository": "https://github.com/benadamstyles/bs-fluture",
"bugs": "https://github.com/benadamstyles/bs-fluture/issues",
"devDependencies": {
"@glennsl/bs-jest": "^0.7.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"bs-platform": "^9.0.1",
"fluture": "^13.0.1",
"jest": "^28.0.3",
"npm-check": "^5.9.2",
"semantic-release": "^19.0.2"
},
"peerDependencies": {
"fluture": "^12"
}
}