-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.07 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
43
44
{
"name": "@numoen/default-token-list",
"version": "0.0.14",
"author": "Kyle Scott <kyle@numoen.com>",
"description": "",
"main": "build/numoen-default.tokenlist.json",
"repository": {
"type": "git",
"url": "git+https://github.com/Numoen/default-token-list.git"
},
"keywords": [
"numoen",
"default",
"token",
"list"
],
"scripts": {
"build": "ts-node src/buildList.ts",
"typecheck": "tsc",
"lint": "eslint src/ --cache",
"lint:fix": "eslint --fix --cache src/",
"lint:ci": "eslint src/ --max-warnings=0",
"prepare": "husky install"
},
"files": [
"build/numoen-default.tokenlist.json"
],
"license": "AGPL-3.0",
"devDependencies": {
"@changesets/cli": "^2.26.0",
"@saberhq/eslint-config": "^2.1.0",
"@saberhq/tsconfig": "^2.1.0",
"@types/node": "^18.15.0",
"axios": "^1.3.5",
"eslint": "^8.36.0",
"fs": "0.0.1-security",
"husky": "^8.0.3",
"node-vibrant": "3.2.1-alpha.1",
"prettier": "^2.8.4",
"sharp": "^0.32.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
}
}