generated from nathanjessen/tokenlist-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 797 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
30
31
{
"name": "tokenlist",
"version": "1.0.0",
"description": "A collection of all tokens I am watching on Uniswap",
"main": "index.mjs",
"dependencies": {},
"devDependencies": {
"@uniswap/token-lists": "^1.0.0-beta.16",
"ajv": "^6.12.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node --experimental-modules --experimental-json-modules ./index.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nathanjessen/tokenlist.git"
},
"keywords": [
"tokens",
"tokenlist",
"uniswap",
"schema",
"ethereum"
],
"author": "Nathan Jessen",
"bugs": {
"url": "https://github.com/nathanjessen/tokenlist/issues"
},
"homepage": "https://github.com/nathanjessen/tokenlist#readme"
}