-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
43 lines (43 loc) · 1.48 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
40
41
42
43
{
"name": "dynamic-hedging",
"version": "1.0.0",
"description": "<!-- PROJECT LOGO --> <br /> <p align=\"center\"> <a href=\"https://github.com/github_username/repo_name\"> <img src=\"./packages/front-end/public/logo.png\" alt=\"Logo\" width=\"auto\" height=\"200\" style=\"filter: brightness(100);\"> </a>",
"license": "ISC",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/rysk-finance/dynamic-hedging.git"
},
"bugs": {
"url": "https://github.com/rysk-finance/dynamic-hedging/issues"
},
"homepage": "https://github.com/rysk-finance/dynamic-hedging#readme",
"author": "",
"workspaces": {
"packages": [
"packages/*"
]
},
"scripts": {
"deps:upgrade": "yarn upgrade-interactive --latest",
"postinstall": "node -e \"process.exit(process.env.VERCEL_ENV == 'production' ? 0 : 1)\" || husky install"
},
"dependencies": {
"black-scholes": "^1.1.0",
"dayjs": "^1.11.10",
"ethers": "5.7.2",
"greeks": "^1.0.0"
},
"devDependencies": {
"@types/node": "^18.17.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"dotenv": "^16.3.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
"husky": "^8.0.3",
"prettier": "^3.2.4",
"typescript": "~5.3.3"
}
}