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
30 lines (30 loc) · 776 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 776 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
{
"name": "purescript-ccap-codegen",
"private": true,
"version": "0.0.5",
"type": "module",
"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'",
"pscid:build": "yarn spago build"
},
"dependencies": {
"decimal.js": "10.2.0",
"pg": "^8.7.3",
"pulp": "^16.0.2",
"yargs": "^17.5.1"
},
"devDependencies": {
"dotenv-cli": "^3.0.0",
"purescript": "0.15.2",
"purescript-language-server": "^0.16.6",
"purescript-psa": "^0.8.2",
"purty": "7.0.0",
"rimraf": "^2.6.2",
"spago": "^0.20.8",
"pscid": "2.9.3"
}
}