p2pix-smart-contracts/package.json
2022-10-24 17:16:25 -03:00

25 lines
686 B
JSON

{
"name": "p2pix-smart-contracts",
"version": "1.0.0",
"description": "Repository for P2Pix EVM contracts to be imported by the project.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/doiim/p2pix-smart-contracts.git"
},
"author": "Filipe Soccol (doiim)",
"license": "MIT",
"bugs": {
"url": "https://github.com/doiim/p2pix-smart-contracts/issues"
},
"homepage": "https://github.com/doiim/p2pix-smart-contracts#readme",
"devDependencies": {
"@nomiclabs/hardhat-waffle": "^2.0.3",
"chai": "^4.3.6",
"hardhat": "^2.12.0"
}
}