-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (40 loc) · 973 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
35
36
37
38
39
40
41
{
"name": "@0xosiris/cfmm-math-libraries",
"version": "1.1.3",
"description": "Comprehensive CFMM Solidity Math libraries for price simulation, fixed point conversion, and swap simulation on v2/v3 pools.",
"publishConfig": {
"access": "public",
"registry": "https://npm.pkg.github.com"
},
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "forge test -f <RPC_ENDPOINT> --fork-block-number 15233771"
},
"repository": "https://github.com/0xOsiris/cfmm-math-libraries.git",
"files": [
"src/**",
"lib/interfaces/**",
"lib/libraries/**"
],
"keywords": [
"Solidity",
"Fixed",
"Point",
"CFMM",
"Uniswap",
"v2",
"Uniswap",
"V3",
"Simulation",
"Quoting"
],
"author": "0xOsiris",
"license": "MIT",
"bugs": {
"url": "https://github.com/0xOsiris/cfmm-math-libraries/issues"
},
"homepage": "https://github.com/0xOsiris/cfmm-math-libraries#readme"
}