forked from 0xProject/0x-relayer-registry
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·31 lines (31 loc) · 926 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
{
"private" : true,
"name": "0x-relayer-registry",
"version": "0.0.1",
"description": "Registry of relayers building on 0x",
"scripts": {
"build": "tsc",
"lint": "tslint --project . 'test/**/*.ts'",
"test": "yarn build; mocha ./lib/test/*_test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/0xProject/0x-relayer-registry.git"
},
"author": "0x",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/0xProject/0x-relayer-registry/issues"
},
"homepage": "https://github.com/0xProject/0x-relayer-registry/README.md",
"devDependencies": {
"@0xproject/json-schemas": "^0.7.14",
"@types/mocha": "^5.0.0",
"chai": "^4.1.2",
"copyfiles": "^2.0.0",
"dirty-chai": "^2.0.1",
"mocha": "^5.0.4",
"tslint": "5.8.0",
"typescript": "2.7.1"
}
}