DCIPs/assets/eip-4675/package.json

40 lines
1.1 KiB
JSON

{
"name": "multi-fnft",
"version": "1.0.0",
"description": "Solidity Implementation of Multi-Fractional Non Fungible Token",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PowerStream3604/multi-fnft.git"
},
"keywords": [],
"author": "",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/PowerStream3604/multi-fnft/issues"
},
"homepage": "https://github.com/PowerStream3604/multi-fnft#readme",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.4",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^4.4.1",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.8",
"@types/yargs": "^17.0.8",
"chai": "^4.3.4",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.3",
"hardhat": "^2.8.2",
"hardhat-deploy": "^0.9.24",
"solc": "^0.8.11",
"solidity-coverage": "^0.7.17",
"ts-node": "^10.4.0",
"typescript": "^4.5.4",
"yargs": "^17.3.1"
}
}