-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 739 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 739 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
{
"name": "multi-divination-consensus",
"version": "0.1.0",
"description": "A local-first TypeScript engine for auditable multi-system divination signals and conservative consensus decisions.",
"type": "module",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/girosole60/multi-divination-consensus.git"
},
"bugs": {
"url": "https://github.com/girosole60/multi-divination-consensus/issues"
},
"scripts": {
"test": "node --experimental-strip-types --test test/*.test.ts",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@types/node": "^26.1.2",
"typescript": "^7.0.2"
},
"dependencies": {
"iztro": "^2.5.8",
"shunshi-bazi-core": "^0.2.0"
}
}