First commit with contracts and a simple test.
This commit is contained in:
24
package.json
Normal file
24
package.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user