-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.15 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
{
"name": "rescript-atdgen-codec-runtime",
"version": "0.1.0",
"description": "ReScript runtime for atdgen",
"repository": "https://github.com/TheSpyder/rescript-atdgen-codec-runtime",
"author": "Andrew Herron",
"license": "MIT",
"keywords": [
"atdgen",
"json",
"atd",
"runtime",
"rescript",
"ocaml",
"rescript-atdgen-codec-runtime"
],
"scripts": {
"prepublishOnly": "yarn test",
"clean": "rescript clean",
"build": "yarn generate-tests && rescript build -with-deps",
"watch": "rescript build -w",
"test": "yarn build && node node_modules/.bin/jest lib/js/__tests__/*_test.bs.js",
"generate-tests": "cd __tests__ && yarn exec atdgen -t test.atd && yarn exec atdgen -bs test.atd"
},
"devDependencies": {
"@glennsl/rescript-jest": "^0.10.0",
"rescript": "^10.0.0",
"rescript-atdgen-generator": "^0.1.1"
},
"files": [
"bsconfig.json",
"src"
],
"contributors": [
"Ahrefs <louis.roche@ahrefs.com>"
],
"packageManager": "yarn@4.2.1+sha512.4326f6a5a916363bfd3533f984bc4c91d47a0c6af2d79fc6e8a25dec14a1be88ec354e2b1d2919461647ec8df1d39303575f7726827704cdf9909d38621c9300"
}