-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 822 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 822 Bytes
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.2.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 <dzakh.dev@gmail.com>",
"files": [
"src/**/*.res",
"src/**/*.resi",
"rescript.json"
],
"scripts": {
"res:build": "rescript",
"res": "rescript -w"
},
"devDependencies": {
"rescript": "12.0.0-alpha.14"
},
"peerDependencies": {
"ava": "^5.2.0 || 6",
"rescript": "12"
}
}