forked from influenceth/cairo-math-64x61
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 840 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
{
"name": "@influenceth/cairo-math-64x61",
"version": "2.1.1",
"description": "Fixed point 64.61 math library for Cairo / Starknet",
"repository": {
"type": "git",
"url": "git+https://github.com/influenceth/cairo-math-64x61.git"
},
"scripts": {
"compile": "npx hardhat starknet-compile ./contracts/cairo_math_64x61/*.cairo",
"release": "python3.9 -m twine upload dist/*",
"build": "python3.9 -m build",
"postinstall": "pip install -r requirements.txt",
"test": "npx hardhat test --starknet-network integratedDevnet"
},
"author": "Unstoppable Games, Inc.",
"license": "MIT",
"devDependencies": {
"@shardlabs/starknet-hardhat-plugin": "^0.6.6-alpha.0",
"almost-equal": "^1.1.0",
"bignumber.js": "^9.0.2",
"chai": "^4.3.4",
"hardhat": "^2.8.3",
"mathjs": "^10.1.1"
}
}