token-gallery-contracts/package.json

35 lines
841 B
JSON
Raw Permalink Normal View History

2025-01-18 12:44:49 +00:00
{
"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"
}