-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.27 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
{
"name": "supportdesk-intelligence",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"enterprise:check": "node scripts/enterprise-readiness-check.mjs",
"supply-chain:check": "node scripts/supply-chain-check.mjs",
"test": "node --test tests/enterprise-readiness.test.mjs"
},
"devDependencies": {
"@workspace/eslint-config": "workspace:*",
"@workspace/typescript-config": "workspace:*",
"prettier": "^3.5.1",
"turbo": "^2.4.2",
"typescript": "5.7.3"
},
"packageManager": "pnpm@10.4.1",
"engines": {
"node": ">=20"
},
"description": "An AI-assisted support desk with knowledge ingestion, answer provenance, escalation workflows, agent QA, and PII-aware conversation governance.",
"author": "kmishra1204",
"repository": {
"type": "git",
"url": "https://github.com/kmishra1204/supportdesk-intelligence.git"
},
"homepage": "https://github.com/kmishra1204/supportdesk-intelligence#readme",
"bugs": {
"url": "https://github.com/kmishra1204/supportdesk-intelligence/issues"
},
"keywords": [
"enterprise",
"operations",
"governance",
"audit",
"production-ready"
]
}