-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 866 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
32
33
34
35
36
37
38
39
40
{
"name": "@types/token-list",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"types": [
"token.d.ts",
"token-list.d.ts",
"types.d.ts"
],
"directories": {
"doc": "docs"
},
"files": [
"token.d.ts",
"token-list.d.ts",
"types.d.ts"
],
"devDependencies": {
"@types/ajv": "^1.0.0",
"@types/node": "^14.14.39",
"@uniswap/token-lists": "^1.0.0-beta.21",
"ajv": "^8.1.0",
"typescript": "^4.2.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sambacha/tokenlist-types.git"
},
"keywords": [],
"author": "sam",
"license": "ISC",
"bugs": {
"url": "https://github.com/sambacha/tokenlist-types/issues"
},
"homepage": "https://github.com/sambacha/tokenlist-types#readme"
}