-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
36 lines (36 loc) · 875 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
{
"name": "@glennsl/rescript-json-combinators",
"version": "1.4.0",
"description": "Combinator library for JSON decoding and encoding. ",
"scripts": {
"build": "rescript build -with-deps",
"start": "rescript build -w -with-deps",
"clean": "rescript clean",
"fmt": "rescript format -all",
"test": "true"
},
"engines": {
"node": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/glennsl/rescript-json-combinators.git"
},
"keywords": [
"rescript",
"json"
],
"author": "glennsl",
"license": "(LGPL-3.0 OR MPL-2.0)",
"bugs": {
"url": "https://github.com/glennsl/rescript-json-combinators/issues"
},
"homepage": "https://github.com/glennsl/rescript-json-combinators#readme",
"files": [
"src/*.res*",
"bsconfig.json"
],
"devDependencies": {
"rescript": "^11.0.1"
}
}