-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
38 lines (38 loc) · 910 Bytes
/
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
{
"name": "bs-axios",
"version": "0.0.43",
"description": "Axios bindings for Bucklescript",
"repository": "https://github.com/meafmira/bs-axios",
"author": "meafmira",
"license": "MIT",
"keywords": [
"axios",
"bucklescript",
"bsb",
"reason",
"reasonml",
"ocaml",
"bs-axios",
"bs-platform"
],
"scripts": {
"build": "bsb -clean-world -make-world",
"watch": "bsb -clean-world -make-world -w",
"fmt": "prettier --write README.md",
"preversion": "npm run build",
"postversion": "npm publish"
},
"peerDependencies": {
"axios": ">= 0.21.1 <= 0.22.0",
"bs-platform": "^7.1.0"
},
"bugs": {
"url": "https://github.com/meafmira/bs-axios/issues"
},
"homepage": "https://github.com/meafmira/bs-axios#readme",
"devDependencies": {
"axios": ">= 0.21.1 <= 0.22.0",
"bs-platform": "^7.1.0",
"prettier": "^2.0.4"
}
}