-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·41 lines (41 loc) · 1017 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
35
36
37
38
39
40
41
{
"name": "instance-lib-js",
"version": "0.0.0",
"description": "",
"main": "./src/module.js",
"scripts": {
"start": "node src/index.js",
"test": "standard && mocha --recursive",
"lint": "standard --fix",
"migrate": "db-migrate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nileorg/instance-lib-js.git"
},
"author": "Marco Castignoli",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/nileorg/instance-lib-js/issues"
},
"homepage": "https://github.com/nileorg/instance-lib-js#readme",
"dependencies": {
"http": "0.0.0",
"httpdispatcher": "^2.1.2",
"ipfs": "^0.33.1",
"node-fetch": "^2.3.0",
"randomstring": "^1.1.5",
"rxjs": "^6.3.3",
"socket.io": "^2.1.1",
"sqlite3": "^4.0.4"
},
"devDependencies": {
"chai": "^4.2.0",
"db-migrate": "^0.11.4",
"db-migrate-sqlite3": "^0.3.1",
"mocha": "^5.2.0",
"socket.io-client": "^2.1.1",
"standard": "*",
"touch": "^3.1.0"
}
}