forked from ricobank/snek
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1011 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
33
34
{
"name": "snek",
"version": "0.0.1",
"description": "snek",
"main": "index.js",
"scripts": {
"initialize": "npm i && npm run download-submodules && npm run install-submodules",
"download-submodules": "git submodule update --init --recursive --remote",
"install-submodules": "cd lib/multifab && npm i && npm run pretest",
"test-int": "cd test && node ../index.js test",
"test-unit": "node test/snek/snek-test.js",
"build-general": "pkg -t node16 index.js --output snek --config package.json",
"build-linux": "npm run build-general && sudo cp -f ./snek /usr/local/bin"
},
"pkg": {
"assets": "snek.vy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ricobank/snek.git"
},
"author": "",
"license": "",
"homepage": "https://github.com/ricobank/snek#readme",
"dependencies": {
"commander": "^9.3.0",
"ethers": "^5.6.8",
"minihat": "^0.0.6",
"tapzero": "^0.6.1"
},
"devDependencies": {
"pkg": "^5.7.0"
}
}