hardhat-spdx-license-identifier
Version:
Prepend local Solidity source files with an SPDX License Identifier
49 lines (48 loc) • 1.26 kB
JSON
{
"name": "hardhat-spdx-license-identifier",
"version": "2.2.0",
"license": "MIT",
"description": "Prepend local Solidity source files with an SPDX License Identifier",
"keywords": [
"hardhat",
"buidler",
"spdx-license",
"spdx-licenses",
"spdx",
"solidity",
"solc",
"smart-contracts",
"ethereum",
"blockchain",
"wow"
],
"repository": "https://github.com/ItsNickBarry/hardhat-spdx-license-identifier",
"author": "Nick Barry",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"build": "tsc --build",
"prepare": "husky",
"prettier": "prettier --write ."
},
"files": [
"dist/src/",
"src/"
],
"peerDependencies": {
"hardhat": "^2.0.0"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"@types/node": "^20.14.6",
"chai": "^4.4.1",
"hardhat": "^2.22.5",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
}