-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 733 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 733 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
30
31
{
"name": "@optimitron/optimizer",
"homepage": "https://dfda-spec.warondisease.org",
"version": "0.1.0",
"description": "Time series causal inference engine - agnostic core for dFDA, OPG, OBG",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"build": "tsc",
"test": "vitest run",
"test:watch": "vitest"
},
"keywords": [
"causal-inference",
"time-series",
"bradford-hill",
"predictor-impact-score",
"effect-size"
],
"author": "Mike P. Sinn <m@thinkbynumbers.org>",
"license": "MIT",
"dependencies": {
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.10.0",
"typescript": "^5.3.3",
"vitest": "^1.2.0"
}
}