-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 784 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 784 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
28
29
30
31
{
"name": "@complus/v2-core-bsc",
"version": "0.2.0",
"license": "MIT",
"description": "Core contracts for the Complus Network on top of Binance Smart Chain",
"files": [
"contracts",
"build"
],
"author": "_sudosu_ | https://twitter.com/_sudosu_",
"repository": {
"type": "git",
"url": "git+https://github.com/complusnetwork/complus-v2-core-bsc.git"
},
"bugs": {
"url": "https://github.com/complusnetwork/complus-v2-core-bsc/issues"
},
"keywords": [
"complus",
"binance smart chain"
],
"scripts": {
"compile": "truffle compile",
"prepublishOnly": "yarn run compile && node scripts/prepublish.js"
},
"dependencies": {},
"devDependencies": {
"@truffle/hdwallet-provider": "^1.2.0",
"truffle": "^5.1.58"
}
}