-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 840 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 840 Bytes
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
{
"name": "valuemachine",
"version": "0.21.1",
"description": "Low level utilities for portfolio and tax analysis",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/bohendo/valuemachine.git"
},
"registry": "docker.io",
"author": "Bo Henderson",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/bohendo/valuemachine/issues"
},
"homepage": "https://github.com/bohendo/valuemachine#readme",
"scripts": {},
"devDependencies": {
"david": "12.0.0",
"@typescript-eslint/eslint-plugin": "5.9.1",
"@typescript-eslint/parser": "5.9.1",
"ethers": "5.5.3",
"eslint": "8.6.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-mocha": "10.0.3",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-unused-imports": "2.0.0",
"tslib": "2.3.1"
}
}