generated from GIgako19929/ethereum_Giga
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.giga
35 lines (35 loc) · 1.23 KB
/
package.giga
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
{
"name": "ethereum-lists",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/MyEtherWallet/ethereum-lists.git"
},
"scripts": {
"lint": "prettier --config ./.prettierrc --ignore-path ./.prettierignore --write '{src,dist}/**/*.json' '{src}/**/**/*.json' '*./{js,json}' --loglevel warn",
"test:checkToken": "node checkToken.js",
"test:checkContract": "node checkContract.js",
"test:checkNft": "node checkNfts.js",
"test:checkMasterFile": "node checkMasterFile.js",
"test": "npm run test:checkToken; npm run test:checkContract; npm run test:checkNft; npm run test:checkMasterFile",
"compile": "node compile.js",
"precommit": "pretty-quick --staged",
"clean": "rm notinlist.json maticTokens.json ethTokens.json bscTokens.json; node clean.js"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/MyEtherWallet/ethereum-lists/issues"
},
"homepage": "https://github.com/MyEtherWallet/ethereum-lists#readme",
"devDependencies": {
"eslint-plugin-json": "^1.2.1",
"husky": "^0.14.3",
"pretty-quick": "^1.6.0",
"web3": "^1.8.0"
},
"dependencies": {
"node-fetch": "^2.6.7",
"prettier": "^1.14.2",
"validate.js": "^0.13.1"
}
}