-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.15 KB
/
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
41
42
43
44
45
46
47
{
"directories": {
"test": "test"
},
"scripts": {
"prepack": "npm run build && eslint . && npm run fmtsrc",
"fmtsrc": "eslint . --fix",
"lint": "eslint .",
"lint:js:fix": "eslint --ignore-path .gitignore . --fix",
"build": "truffle compile --all",
"test": "truffle compile --all --solc-version=0.5.9"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.6.0",
"lodash": "^4.17.11",
"prettier": "^1.11.1",
"truffle": "^5.6.2",
"truffle-hdwallet-provider-klaytn": "^1.4.2",
"yargs": "^13.2.1"
},
"name": "canonical-wklay",
"description": "Canonical WKLAY",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"@truffle/hdwallet-provider": "^2.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/klaytn/canonical-wklay"
},
"keywords": [
"canonical",
"wklay",
"Klaytn",
"truffle",
"smart-contract",
"wrapped klay"
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/klaytn/canonical-wklay/issues"
},
"homepage": "https://github.com/klaytn/canonical-wklay"
}