-
Notifications
You must be signed in to change notification settings - Fork 136
/
package.json
35 lines (35 loc) · 1.09 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
{
"name": "polygon-token-list",
"version": "1.0.0",
"description": "",
"main": "index.json",
"scripts": {
"test": "mocha 'tests/tokenAddition'",
"test-all": "mocha 'tests'",
"build": "rimraf build && mkdir -p build/tokenlists && node src/write.js",
"lint": "eslint \"./src/*\"",
"lint:fix": "eslint --fix \"./src/*\"",
"lint-tests:fix": "eslint --fix \"./tests/*\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/maticnetwork/polygon-token-list.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/maticnetwork/polygon-token-list/issues"
},
"homepage": "https://github.com/maticnetwork/polygon-token-list#readme",
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@babel/preset-env": "^7.20.2",
"@uniswap/token-lists": "^1.0.0-beta.26",
"ajv": "^8.6.3",
"ajv-formats": "^2.1.1",
"chai": "^4.3.4",
"eslint": "^8.39.0",
"mocha": "^10.2.0",
"rimraf": "^3.0.2"
}
}