28 lines
751 B
JSON
28 lines
751 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"
|
|
},
|
|
"dependencies": {
|
|
"@openzeppelin/contracts": "^4.7.3"
|
|
}
|
|
}
|