-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.82 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.82 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@agentstack/genetic-ai-starter",
"version": "0.4.13",
"description": "Navigation OS for AI agents: map-first genetic tags, foundation pillars, indexes, genes, Cursor rules (platform 0.4.13)",
"license": "Apache-2.0",
"private": false,
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/agentstacktech/genetic-ai-starter.git"
},
"homepage": "https://github.com/agentstacktech/genetic-ai-starter#readme",
"bugs": {
"url": "https://github.com/agentstacktech/genetic-ai-starter/issues"
},
"keywords": [
"cursor",
"agents",
"mcp",
"ai-navigation",
"genetic-coding",
"agentstack"
],
"bin": {
"genetic-ai-init": "./bin/genetic-ai-init.js"
},
"exports": {
".": "./README.md",
"./scripts/*": "./scripts/*",
"./payload/*": "./payload/*"
},
"files": [
"bin",
"payload",
"profiles",
"extensions",
"scripts",
"benchmarks",
"PLATFORM_VERSION",
"KIT_MANIFEST.json",
"SETUP.cmd",
"LICENSE",
"NOTICE"
],
"engines": {
"node": ">=18"
},
"scripts": {
"audit:docs": "node scripts/export-metrics-snapshot.mjs && node scripts/export-platform-stats.mjs && node scripts/generate-i18n-manifest.mjs && node scripts/check-meta-docs-boundary.mjs && node scripts/check-i18n-parity.mjs && node scripts/check-docs-metrics.mjs && node scripts/check-platform-stats.mjs && node scripts/check-doc-hub-links.mjs",
"audit:bench:full": "node benchmarks/scripts/analyze-results.mjs && node scripts/export-metrics-snapshot.mjs",
"audit:platform": "node scripts/export-platform-stats.mjs && node scripts/check-platform-stats.mjs",
"validate-kit": "node scripts/validate-kit.mjs && node scripts/audit-navigation-contract.mjs"
},
"publishConfig": {
"access": "public",
"provenance": true
}
}