forked from 0xProject/0x-staking-pool-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1007 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": "0x-staking-pool-registry",
"version": "1.0.0",
"description": "A collection of metadata about 0x staking pools",
"scripts": {
"build": "tsc",
"lint": "tslint --project . 'test/**/*.ts'",
"test": "yarn build; mocha ./lib/test/*_test.js",
"generate:uuid": "uuid"
},
"repository": "[email protected]:0xProject/0x-staking-pool-registry.git",
"author": "0x",
"license": "Apache-2.0",
"private": false,
"bugs": {
"url": "https://github.com/0xProject/0x-staking-pool-registry/issues"
},
"homepage": "https://github.com/0xProject/0x-staking-pool-registry/README.md",
"devDependencies": {
"@0xproject/json-schemas": "^0.7.14",
"@types/lodash": "4.14.104",
"@types/mocha": "^5.0.0",
"@types/uuid-validate": "^0.0.0",
"chai": "^4.1.2",
"dirty-chai": "^2.0.1",
"lodash": "^4.17.5",
"mocha": "^5.0.4",
"tslint": "5.8.0",
"typescript": "3.7.2",
"uuid": "^3.3.2",
"uuid-validate": "^0.0.3"
}
}