-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 849 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
{
"name": "adventure-token",
"version": "1.0.0",
"description": "> Repo for the Adventure Token (TWA)",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prettier": "pretty-quick --pattern \"**/*.*(js|jsx)\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/AdrianWoodward/Adventure-Token.git"
},
"keywords": [
"adventure",
"token",
"twa",
"ethereum",
"solidity",
"erc20"
],
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/AdrianWoodward/Adventure-Token/issues"
},
"homepage": "https://github.com/AdrianWoodward/Adventure-Token#readme",
"dependencies": {},
"devDependencies": {
"prettier": "^2.1.2",
"pretty-quick": "^3.0.2"
}
}