-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.35 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "boostyblast-contracts",
"version": "0.0.1",
"description": "",
"scripts": {
"compile": "npx hardhat compile",
"lint:sol": "solhint --max-warnings 0 \"contracts/**/*.sol\"",
"lint:ts": "eslint --ignore-path ./.eslintignore --ext .js,.ts .",
"format": "prettier --write \"**/*.{js,json,md,sol,ts,yml}\"",
"postinstall": "patch-package",
"test": "npx hardhat test"
},
"author": "allemanfredi",
"license": "MIT",
"devDependencies": {
"@farcaster/core": "^0.13.7",
"@lens-protocol/core": "https://github.com/lens-protocol/core.git",
"@lens-protocol/metadata": "^1.1.6",
"@noble/hashes": "^1.3.3",
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"@nomicfoundation/hardhat-network-helpers": "^1.0.10",
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.4",
"@openzeppelin/contracts": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"dotenv": "^16.4.1",
"ethers": "^6.10.0",
"farcaster-solidity": "https://github.com/pavlovdog/farcaster-solidity.git",
"hardhat": "^2.19.5",
"patch-package": "^8.0.0",
"prettier": "^2.8.7",
"prettier-plugin-solidity": "^1.0.0",
"solhint": "^3.3.7",
"solhint-plugin-prettier": "^0.0.5",
"solidity-coverage": "^0.8.2",
"zod": "^3.22.4"
}
}