@vaimee/my3sec-contracts
Version:
A set of contracts that implements the My3Sec protocol
57 lines (56 loc) • 1.64 kB
JSON
{
"name": "@vaimee/my3sec-contracts",
"version": "0.6.0",
"description": "A set of contracts that implements the My3Sec protocol",
"main": "index.mjs",
"module": "index.mjs",
"scripts": {
"build": "hardhat compile",
"test": "hardhat test",
"deploy": "hardhat run --network bellecourWhiteListed scripts/deploy.ts",
"update": "hardhat run --network bellecourWhiteListed scripts/update.ts",
"format": "prettier --write .",
"lint": "eslint . --fix",
"prepublishOnly": "tsc -p tsconfig.publish.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vaimee/my3sec.git"
},
"keywords": [
"blockchain",
"pm",
"skills",
"etherium",
"project-managment",
"social"
],
"author": "VAIMEE",
"license": "MIT",
"bugs": {
"url": "https://github.com/vaimee/my3sec/issues"
},
"homepage": "https://github.com/vaimee/my3sec#readme",
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@openzeppelin/hardhat-upgrades": "^1.27.0",
"@typescript-eslint/eslint-plugin": "^5.45.1",
"@typescript-eslint/parser": "^5.45.1",
"dotenv": "^16.0.3",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"ethereum-waffle": "^4.0.10",
"ethers": "^5.7.2",
"hardhat": "^2.12.3",
"prettier": "^2.8.4",
"prettier-plugin-solidity": "^1.1.2",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
},
"dependencies": {
"@openzeppelin/contracts": "^4.8.1",
"@openzeppelin/contracts-upgradeable": "^4.8.1"
}
}