-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 927 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
{
"name": "bolt-token-list",
"version": "1.0.0",
"main": "dist/index.js",
"type": "module",
"repository": "[email protected]:Switcheo/bolt-token-list.git",
"author": "adityajirafe <[email protected]>",
"license": "MIT",
"scripts": {
"generate": "yarn build-list && yarn ci-check",
"build": "rm -rf ./dist && rollup -c",
"build-list": "yarn build && node ./dist generate bolt-default-list patch",
"ci-check": "yarn build && node ./dist ci-check",
"ci-check-auto": "yarn build && node ./dist ci-check",
"generate-auto": "node ./dist generate bolt-default-list patch"
},
"dependencies": {
"@uniswap/token-lists": "^1.0.0-beta.21",
"lodash": "^4.17.21",
"tslib": "^2.6.2"
},
"devDependencies": {
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-typescript": "^11.1.6",
"@types/node": "^20.12.2",
"rollup": "^4.13.2",
"typescript": "^5.4.3"
}
}