-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.65 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "factors",
"version": "1.0.0",
"description": "",
"scripts": {
"postinstall": "spago -x bootstrap.dhall build --deps-only",
"chanterelle-build": "spago -x bootstrap.dhall run -m ChanterelleMain --node-args=\"build\"",
"chanterelle-deploy": "npx spago -x spago-deploy.dhall run -m Deploy.Main",
"build": "spago build",
"parcel": "parcel www/* --no-cache",
"tidy": "purs-tidy format-in-place \"src/**/*.purs\" \"test/**/*.purs\"",
"tidy-check": "purs-tidy check \"app/**/*.purs\" \"deploy/**/*.purs\""
},
"author": "",
"license": "ISC",
"devDependencies": {
"buffer": "^6.0.3",
"constants-browserify": "^1.0.0",
"crypto-browserify": "^3.12.0",
"events": "^3.3.0",
"os-browserify": "^0.3.0",
"parcel": "^2.12.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"purescript": "^0.15.15",
"purescript-psa": "^0.8.2",
"purs-tidy": "^0.10.0",
"solc": "v0.8.15",
"spago": "^0.21.0",
"stream-browserify": "^3.0.0",
"util": "^0.12.5",
"vm-browserify": "^1.1.2"
},
"dependencies": {
"@bjorn3/browser_wasi_shim": "^0.3.0",
"ethjs-provider-http": "^0.1.6",
"keccak": "^3.0.0",
"secp256k1": "^5.0.0",
"snarkjs": "github:l-adic/snarkjs#actually-use-wasm-options",
"circom_runtime": "github:l-adic/circom_runtime#d359044d9b46d3e45b399856624fbd179f6b22c5"
},
"overrides": {
"circom_runtime": "github:l-adic/circom_runtime#d359044d9b46d3e45b399856624fbd179f6b22c5"
},
"parcel": {
"aliases": {
"@bjorn3/browser_wasi_shim": "./node_modules/@bjorn3/browser_wasi_shim/src",
"snarkjs": "./node_modules/snarkjs/build/main.cjs"
}
}
}