You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.4 KiB
JSON
46 lines
1.4 KiB
JSON
{
|
|
"name": "erc721a",
|
|
"version": "4.2.3",
|
|
"description": "ERC721A contract for Solidity",
|
|
"files": [
|
|
"/contracts/**/*.sol",
|
|
"/build/contracts/*.json",
|
|
"!/contracts/mocks/**/*"
|
|
],
|
|
"scripts": {
|
|
"node": "hardhat node",
|
|
"test": "hardhat test",
|
|
"test:gas": "REPORT_GAS=true npx hardhat test",
|
|
"coverage": "REPORT_COVERAGE=true npx hardhat coverage",
|
|
"lint": "npm run lint:js && npm run lint:sol",
|
|
"lint:js": "eslint --ignore-path .gitignore . --fix",
|
|
"lint:sol": "prettier --write \"contracts/**/*.sol\"",
|
|
"update-version": "scripts/release/update-version.js"
|
|
},
|
|
"devDependencies": {
|
|
"@nomiclabs/hardhat-ethers": "^2.0.4",
|
|
"@nomiclabs/hardhat-waffle": "^2.0.1",
|
|
"@openzeppelin/test-helpers": "^0.5.15",
|
|
"chai": "^4.3.4",
|
|
"eslint": "^8.7.0",
|
|
"eslint-plugin-mocha": "^10.0.3",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"ethereum-waffle": "^3.4.0",
|
|
"ethers": "^5.5.3",
|
|
"hardhat": "^2.8.2",
|
|
"hardhat-gas-reporter": "^1.0.7",
|
|
"prettier": "^2.5.1",
|
|
"prettier-plugin-solidity": "^1.0.0-beta.19",
|
|
"solidity-coverage": "^0.7.20"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/chiru-labs/ERC721A.git"
|
|
},
|
|
"author": "chiru-labs",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/chiru-labs/ERC721A/issues"
|
|
},
|
|
"homepage": "https://github.com/chiru-labs/ERC721A#readme"
|
|
} |