35 lines
841 B
JSON
35 lines
841 B
JSON
|
{
|
||
|
"name": "erc-1155",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Token Gallery NFT Contract Implementation",
|
||
|
"main": "truffle-config.js",
|
||
|
"directories": {
|
||
|
"test": "test"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@babel/polyfill": "^7.4.0",
|
||
|
"@truffle/hdwallet-provider": "^1.1.0",
|
||
|
"bignumber.js": "^4.1.0",
|
||
|
"ganache-cli": "^6.12.2",
|
||
|
"save-dev": "^0.0.1-security",
|
||
|
"solc": "^0.7.1",
|
||
|
"solc-js": "^1.0.1",
|
||
|
"truffle-contract-size": "^2.0.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@babel/core": "^7.4.0",
|
||
|
"@babel/preset-env": "^7.4.2",
|
||
|
"@babel/register": "^7.4.0",
|
||
|
"truffle": "^5.1.49"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "npx truffle test"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/enjin/erc-1155.git"
|
||
|
},
|
||
|
"author": "https://shitposter.club/users/Moon",
|
||
|
"license": "Proprietary"
|
||
|
}
|