-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.14 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.14 KB
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
{
"name": "scrypta-dapps-engine",
"version": "1.0.0",
"description": "Server implementation of Scrypta dApp engine.",
"main": "engine.js",
"dependencies": {
"axios": "^0.19.0",
"chai": "^4.2.0",
"express": "^4.16.4",
"express-session": "^1.16.1",
"file-type": "^10.11.0",
"formidable": "^1.2.1",
"http": "0.0.0",
"request": "^2.88.0",
"unzip": "^0.1.11"
},
"devDependencies": {
"mocha": "^6.1.4",
"nodemon": "^1.19.0"
},
"scripts": {
"test": "mocha",
"dev": "nodemon ./engine.js",
"build-macos": "nexe engine.js -t 'macos-10.13.0' -o build/scryptadappengine.dmg",
"build-linux": "nexe engine.js -t 'linux-x64' -o build/scryptadappengine",
"build-win": "nexe engine.js -t 'windows-x64-12.0.0' -o build/scryptadappengine.exe"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scryptachain/scrypta-ipfs.git"
},
"keywords": [
"ipfs",
"scrypta"
],
"author": "turinglabs",
"license": "MIT",
"bugs": {
"url": "https://github.com/scryptachain/scrypta-ipfs/issues"
},
"homepage": "https://github.com/scryptachain/scrypta-ipfs#readme"
}