-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.01 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
38
39
40
41
42
{
"name": "ethereum-lists",
"version": "1.0.2",
"description": "Ethereum List API",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/w3dev/ethereum-lists.git"
},
"engines": {
"node": "^12.1 || >=12.*"
},
"keywords": [
"ethereum-lists"
],
"author": "",
"bugs": "https://github.com/w3dev/ethereum-lists/issues",
"license": "ISC",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.35.1",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"json-schema-to-typescript": "^11.0.2",
"prettier": "^2.7.1",
"sync-fetch": "^0.4.1",
"typescript": "^4.8.2",
"yargs": "^17.5.1"
},
"dependencies": {
"@types/node": "^18.7.13"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}