-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 892 Bytes
/
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
{
"name": "pmath_64x64",
"version": "0.1.1",
"description": "Solidity library for advanced math 64x64",
"author": {
"name": "Hydrogenbear",
"url": "https://github.com/hydrogenbear"
},
"bugs": {
"url": "https://github.com/hydrogenbear/Poption_utils/issues"
},
"files": [
"contracts/**/*.sol",
"artifacts/contracts/**/*.json",
"!artifacts/contracts/**/*.dbg.json"
],
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"decimal.js": "^10.4.3",
"hardhat": "^2.17.0",
"prettier": "^3.0.0",
"prettier-plugin-solidity": "^1.1.3",
"chai-as-promised": "^7.1.1",
"ethereum-waffle": "^4.0.10",
"test": "^3.3.0"
},
"scripts": {
"build": "npx hardhat compile",
"clean": "npx hardhat clean",
"test": "npx hardhat test"
},
"license": "MIT",
"repository": "github:hydrogenbear/Poption_utils"
}