-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1008 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1008 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
32
33
34
35
36
37
38
{
"name": "cthmodules",
"version": "4.0.0",
"description": "Causal-Temporal Historiometry kernel. Universal, policy-injected, deterministic analytical engine for historical event prediction.",
"main": "cth-bridge.js",
"type": "module",
"author": "Alejo Malia",
"license": "CC BY-NC-SA 4.0",
"keywords": [
"psychohistory",
"asimov",
"foundation",
"prediction-engine",
"chaos-theory",
"stochastic-modeling",
"risk-analysis",
"historical-trajectories",
"systemic-resilience"
],
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"start": "node cth-bridge.js",
"core": "node cth-core.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/alejomalia/cthmodules.git"
},
"bugs": {
"url": "https://github.com/alejomalia/cthmodules/issues"
},
"homepage": "https://github.com/alejomalia/cthmodules#readme",
"dependencies": {},
"devDependencies": {}
}