-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 995 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 995 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "scrypta-ipfs",
"version": "1.0.0",
"description": "IPFS tool for Scrypta IdANodes",
"main": "index.js",
"directories": {
"example": "examples",
"lib": "lib",
"test": "test"
},
"dependencies": {
"chai": "^4.2.0",
"express": "^4.16.4",
"file-type": "^10.11.0",
"formidable": "^1.2.1",
"http": "0.0.0",
"ipfs": "^0.39.0",
"unzip": "^0.1.11",
"snyk": "^1.239.0"
},
"devDependencies": {
"mocha": "^6.1.4"
},
"scripts": {
"test": "mocha",
"start": "node ipfs.js",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"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",
"snyk": true
}