forked from poanetwork/poa-scripts-moc
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 808 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 808 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
{
"name": "poa-scripts-moc",
"version": "1.0.0",
"description": "## generateInitialKey",
"main": "index.js",
"dependencies": {},
"devDependencies": {},
"scripts": {
"prepare-setup": "cd ./submodules/poa-test-setup/ && npm i && npm run start-moc-setup",
"start-unit-test": "cd ./generateInitialKey && npm i && npm test",
"stop-setup": "cd ./submodules/poa-test-setup/ && npm run stop-test-setup > /dev/null 2>&1 &",
"test": "npm run prepare-setup && npm run start-unit-test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/poanetwork/poa-scripts-moc.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/poanetwork/poa-scripts-moc/issues"
},
"homepage": "https://github.com/poanetwork/poa-scripts-moc#readme"
}