-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1 KB
/
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
{
"name": "mvcdao-core",
"version": "0.1.0",
"description": "mvc dao contract",
"main": "",
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"test": "mocha -r ts-node/register tests/**/*scrypttest.* --reporter spec --timeout 600000",
"single-test": "mocha -r ts-node/register --reporter spec --timeout 1200000",
"single-one": "mocha -r ts-node/register --reporter spec --timeout 1200000 -g",
"testnet": "node tests/testnet/demo.js",
"watch": "node watcher.js",
"gen-desc": "node watcher.js --gen-desc"
},
"author": "ccoincash",
"dependencies": {
"axios": "^1.6.2",
"elliptic": ">=6.5.4",
"glob": "^7.1.6",
"minimist": "^1.2.5",
"mvc-scrypt": "^0.1.2",
"scryptlib": "^2.1.36",
"watch": "^0.13.0"
},
"devDependencies": {
"@types/chai": "^4.2.8",
"@types/mocha": "^7.0.1",
"@types/node": "^13.7.6",
"chai": "^4.2.0",
"mocha": "^10.2.0",
"ts-node": "^8.6.2",
"tsconfig-paths": "^3.9.0",
"typescript": "^3.7.5"
}
}