UNPKG

784 BJSONView Raw
1{
2 "name": "@complus/v2-core-bsc",
3 "version": "0.2.0",
4 "license": "MIT",
5 "description": "Core contracts for the Complus Network on top of Binance Smart Chain",
6 "files": [
7 "contracts",
8 "build"
9 ],
10 "author": "_sudosu_ | https://twitter.com/_sudosu_",
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/complusnetwork/complus-v2-core-bsc.git"
14 },
15 "bugs": {
16 "url": "https://github.com/complusnetwork/complus-v2-core-bsc/issues"
17 },
18 "keywords": [
19 "complus",
20 "binance smart chain"
21 ],
22 "scripts": {
23 "compile": "truffle compile",
24 "prepublishOnly": "yarn run compile && node scripts/prepublish.js"
25 },
26 "dependencies": {},
27 "devDependencies": {
28 "@truffle/hdwallet-provider": "^1.2.0",
29 "truffle": "^5.1.58"
30 }
31}