-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.41 KB
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 1.41 KB
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
{
"name": "com-prediclear-nimbalyst-tracker-plus",
"version": "0.18.1",
"description": "Read-only Nimbalyst tracker queries, bounded relationship traversal, and auditable timeline projections.",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/keitharoby-byte/nimbalyst-tracker-plus.git"
},
"bugs": {
"url": "https://github.com/keitharoby-byte/nimbalyst-tracker-plus/issues"
},
"homepage": "https://github.com/keitharoby-byte/nimbalyst-tracker-plus#readme",
"keywords": ["nimbalyst", "tracker", "timeline", "relationships"],
"type": "module",
"scripts": {
"build": "vite build && node scripts/clean-backend-assets.mjs && vite build --config vite.backend.config.ts && node scripts/copy-reader-assets.mjs",
"typecheck": "tsc --noEmit",
"test:python": "python -m unittest discover -s tests/python -v",
"test": "npm run typecheck && node --test tests/backend-registration.test.mjs tests/backend-sync.test.mjs tests/python-bridge.test.mjs tests/reader-bundle.test.mjs tests/timeline-model.test.mjs tests/theme-contrast.test.mjs && npm run test:python",
"verify:package": "node scripts/verify-package.mjs"
},
"dependencies": {
"react": "18.3.1"
},
"devDependencies": {
"@nimbalyst/extension-sdk": "0.3.0",
"@types/node": "^24.0.0",
"@types/react": "^18.3.0",
"typescript": "^5.9.0",
"vite": "^7.1.12"
}
}