@digitalproductpassport/smartcontracts
Version:
Public project for Digital Product Passport with the idea to create an EIP
60 lines (59 loc) • 1.97 kB
JSON
{
"name": "@digitalproductpassport/smartcontracts",
"version": "1.0.23",
"description": "Public project for Digital Product Passport with the idea to create an EIP",
"main": "index.js",
"scripts": {
"test": "npx hardhat test",
"prepublishOnly": "npx hardhat compile",
"deploySepolia": "npx hardhat run scripts/deploy.ts --network sepolia",
"docgen": "npx hardhat docgen",
"typechain": "hardhat typechain",
"prettier:check": "prettier --check \"**/*.{js,json,md,sol,ts,yml}\"",
"prettier:write": "prettier --write \"**/*.{js,json,md,sol,ts,yml}\""
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.7",
"@nomicfoundation/hardhat-ethers": "^3.0.6",
"@nomicfoundation/hardhat-ignition": "^0.15.5",
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.5",
"@nomicfoundation/hardhat-network-helpers": "^1.0.11",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.8",
"@nomicfoundation/ignition-core": "^0.15.5",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.1.0",
"@types/chai": "^4.2.0",
"@types/mocha": "^10.0.6",
"chai": "^4.3.4",
"dotenv": "^16.4.5",
"hardhat": "^2.22.6",
"hardhat-abi-exporter": "^2.10.1",
"hardhat-gas-reporter": "^1.0.10",
"solidity-coverage": "^0.8.12",
"solidity-docgen": "^0.5.17",
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
"typescript": "^5.4.5"
},
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/DigitalProductPassport/SmartContracts.git"
},
"keywords": [
"ethereum",
"smart contracts",
"EIP",
"Digital Product Passport"
],
"homepage": "https://github.com/DigitalProductPassport/SmartContracts",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@openzeppelin/contracts": "^5.0.2",
"@openzeppelin/contracts-upgradeable": "^5.0.2"
}
}