-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 962 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
{
"name": "@catala-lang/catala-explain",
"version": "0.2.5",
"description": "A module for explicability from the trace of a catala program",
"scripts": {
"clean": "rescript clean -with-deps",
"build": "rescript build -with-deps",
"watch": "yarn run build -w"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/CatalaLang/catala-explain.git"
},
"author": "Emile Rolley <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/CatalaLang/catala-explain/issues"
},
"homepage": "https://github.com/CatalaLang/catala-explain#readme",
"keywords": [
"rescript",
"catala",
"explain",
"trace"
],
"dependencies": {
"@catala-lang/rescript-catala": "^0.8.1-b.0",
"@rescript/core": "^0.6.0",
"rescript-docx": "^0.1.5"
},
"devDependencies": {
"rescript": "^10.1.4"
},
"publishConfig": {
"access": "public"
}
}