-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1020 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": "@plowtech/rescript-aeson-spec",
"version": "5.0.1",
"description": "Test rescript-aeson encode and decode functions against golden files generated from the Haskell library hspec-golden-aeson",
"main": "index.js",
"scripts": {
"build": "rescript build",
"clean": "rescript clean",
"start": "rescript build -w",
"test": "npm run build && jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/plow-technologies/rescript-aeson-spec.git"
},
"keywords": [
"rescript",
"json",
"aeson"
],
"author": "mchaver",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/plow-technologies/rescript-aeson-spec/issues"
},
"homepage": "https://github.com/plow-technologies/rescript-aeson-spec#readme",
"dependencies": {
"@glennsl/rescript-jest": "^0.11.0",
"@plowtech/rescript-aeson": "^5.0.0",
"@rescript/core": "^1.5.2",
"rescript-nodejs": "^16.1.0"
},
"devDependencies": {
"rescript": "^11.1.4"
}
}