forked from BlockABC/eos-tokens
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 854 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": "eos-tokens",
"version": "1.1.51",
"description": "The ultimate collection of all EOS tokens (PR welcome!).",
"main": "tokens.json",
"types": "tokens.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node ./scripts/build.js",
"format": "node ./scripts/format.js",
"prepublish": "npm version patch && npm run format && npm run build && git commit -a --amend --no-edit && git push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BlockABC/eos-tokens.git"
},
"keywords": [
"EOS",
"tokens",
"EOSPark"
],
"author": "Jeff Jing",
"license": "MIT",
"bugs": {
"url": "https://github.com/BlockABC/eos-tokens/issues"
},
"homepage": "https://github.com/BlockABC/eos-tokens#readme",
"devDependencies": {
"glob": "^7.1.3"
}
}