-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 815 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
39
{
"name": "@dzakh/rescript-ava",
"version": "3.1.0",
"description": "Runtime free ReScript bindings for Ava",
"keywords": [
"ReScript",
"ava",
"test",
"unit tests",
"nodejs",
"jest"
],
"homepage": "https://github.com/DZakh/rescript-ava#readme",
"bugs": {
"url": "https://github.com/DZakh/rescript-ava/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DZakh/rescript-ava.git"
},
"license": "MIT",
"author": "Dmitry Zakharov <[email protected]>",
"files": [
"src/**/*.res",
"src/**/*.resi",
"rescript.json"
],
"scripts": {
"res:build": "rescript",
"res": "rescript -w"
},
"devDependencies": {
"rescript": "11.1.4"
},
"peerDependencies": {
"ava": "^5.2.0 || 6",
"rescript": "11.x"
}
}