-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
32 lines (32 loc) · 960 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": "chanterelle",
"version": "7.0.0",
"description": "A more functional truffle",
"license": "ISC",
"scripts": {
"global-postinstall-root": "spago install",
"global-postinstall-non-root": "spago install",
"build": "spago build",
"docs": "cd docs; make html;",
"postinstall": "echo 'If you are installing chanterelle to use globally, you likely want to run `chanterelle global-postinstall`.'",
"tidy": "purs-tidy format-in-place \"src/**/*.purs\" \"test/**/*.purs\"",
"tidy-check": "purs-tidy check \"src/**/*.purs\" \"test/**/*.purs\""
},
"dependencies": {
"purescript": "^0.15.8",
"purescript-psa": "^0.8.2",
"spago": "^0.21.0",
"ethjs-provider-http": "^0.1.6",
"mkdirp": "^0.5.1",
"keccak": "^1.0.2",
"secp256k1": "^3.0.1",
"rlp": "^2.0.0",
"solc": "^0.8"
},
"devDependencies": {
"purs-tidy": "^0.10.0"
},
"bin": {
"chanterelle": "chanterelle-bin.sh"
}
}