You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
350 B

{
"name": "comflux-coin",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"scripts": {
"build": "cfxtruffle compile",
"deploy": "cfxtruffle deploy"
},
"keywords": [],
"author": "long",
"license": "ISC",
"dependencies": {
"@openzeppelin/contracts": "^4.7.0",
"truffle-flattener": "^1.6.0"
}
}