UNPKG

@solidstate/hardhat-license-identifier

Version:
62 lines 1.61 kB
{ "name": "@solidstate/hardhat-license-identifier", "version": "3.0.0-next.0", "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": "github:solidstate-network/hardhat-license-identifier", "license": "MIT", "author": "Nick Barry", "type": "module", "exports": { ".": "./dist/index.js", "./types": "./dist/types.js" }, "types": "./dist/index.d.ts", "files": [ "dist/", "src/" ], "dependencies": { "@solidstate/hardhat-solidstate-utils": "1.0.0-next.3" }, "devDependencies": { "@nomicfoundation/hardhat-utils": "3.0.0-next.13", "@trivago/prettier-plugin-sort-imports": "^5.2.2", "@tsconfig/node22": "^22.0.2", "@types/node": "^24.0.4", "hardhat": "^3.0.0-next.20", "husky": "^9.1.7", "knip": "^5.61.2", "lint-staged": "github:ItsNickBarry/lint-staged#knip", "prettier": "^3.6.1", "prettier-plugin-packagejson": "^2.5.16", "prettier-plugin-solidity": "^2.0.0", "tsx": "^4.20.3", "typescript": "^5.8.3" }, "peerDependencies": { "@nomicfoundation/hardhat-utils": "3.0.0-next.13", "hardhat": "^3.0.0-next.4" }, "publishConfig": { "access": "public" }, "scripts": { "build": "pnpm clean && tsc --build", "clean": "rm -rf dist/", "prettier": "prettier --write .", "test": "pnpm clean && tsx --test --experimental-test-coverage" } }