-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
32 lines (32 loc) · 893 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
{
"name": "selda",
"version": "0.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"lit": "rm -rf guide/src/ && paluh-litps --input guide/ --output guide/src/",
"build": "npm run-script lit && spago build",
"test:guide:simpleE2E": "npm run-script lit && spago test --main Test.Guide.SimpleE2E",
"test:guide:custom": "npm run-script lit && spago test --main Test.Guide.Custom",
"test:guide": "npm-run-all --sequential test:guide:*",
"test:main": "spago test",
"test": "npm-run-all --sequential test:*"
},
"author": "",
"license": "ISC",
"dependencies": {
"decimal.js": "^10.0.1",
"pg": "^8.9.0",
"pg-native": "^3.0.1",
"sqlite3": "^5.0.2"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"paluh-litps": "^0.1.4",
"spago": "0.20.9",
"purescript": "0.15.7"
}
}