forked from thefortube/token-profile
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 641 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 641 Bytes
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
{
"name": "token-profile",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@types/node": "^10.12.12",
"chalk": "^2.4.1",
"pngjs": "^3.3.3",
"ts-lint": "^4.5.1",
"ts-node": "^7.0.1",
"typescript": "^3.2.2"
},
"scripts": {
"test": "ts-node ./test/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/consenlabs/token-profile.git"
},
"author": "imToken PTE. LTD",
"license": "MIT",
"bugs": {
"url": "https://github.com/consenlabs/token-profile/issues"
},
"homepage": "https://github.com/consenlabs/token-profile#readme"
}