forked from ccap/purescript-ccap-codegen
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 673 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 673 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
{
"name": "purescript-ccap-codegen",
"private": true,
"version": "0.0.5",
"scripts": {
"clean": "rimraf output && rimraf .pulp-cache",
"build": "spago build --purs-args '--censor-lib --strict'",
"postinstall": "spago install",
"test": "./runtests",
"test-db": "dotenv spago test --purs-args '-m Test.GetSchema'"
},
"dependencies": {
"decimal.js": "10.2.0",
"pg": "^8.7.3",
"yargs": "^17.5.1"
},
"devDependencies": {
"dotenv-cli": "^3.0.0",
"purescript": "^0.13.8",
"purescript-language-server": "^0.12.7",
"purescript-psa": "^0.7.3",
"purty": "6.2.0",
"rimraf": "^2.6.2",
"spago": "^0.13.0"
}
}