-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
33 lines (33 loc) · 963 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
{
"name": "geesome-eth-manager",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "./node_modules/.bin/ts-node ./index.ts",
"test": "./node_modules/.bin/mocha -r ts-node/register 'test/**/*.test.ts'",
"testCoverage": "./node_modules/.bin/nyc -r lcov -e .ts -x \"*.test.ts\" ./node_modules/.bin/mocha -r ts-node/register test/**/*.test.ts && nyc report"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.19.0",
"fs": "0.0.1-security",
"geesome-libs": "git://github.com/galtproject/geesome-libs.git#db7d3fc",
"lodash": "^4.17.19",
"mysql2": "^1.6.4",
"p-iteration": "^1.1.7",
"sequelize": "5.19.0",
"typescript": "^3.6.3",
"web3": "1.2.6",
"websocket": "^1.0.30",
"xkcd-password": "^2.0.0",
"yaeti": "^1.0.2",
"is-ipfs": "^0.6.3"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-http": "^4.2.1",
"mocha": "^5.2.0"
}
}