-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.72 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.72 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
{
"name": "able",
"version": "0.1.0",
"private": true,
"description": "Agent-first ERP for service businesses, with Able Desk as the first application.",
"license": "Apache-2.0",
"type": "module",
"workspaces": [
"apps/*",
"packages/*"
],
"engines": {
"node": "^22.22.0 || ^24.0.0"
},
"scripts": {
"build": "npm run build:assets",
"build:assets": "npm run build:assets --workspace @able/desk",
"dev": "npm run dev --workspace @able/desk",
"dev:parity": "npm run dev:parity --workspace @able/desk",
"deploy": "npm run deploy --workspace @able/desk",
"deploy:production": "npm run deploy:production --workspace @able/desk",
"build:production-config": "npm run build:production-config --workspace @able/desk",
"types": "npm run types --workspace @able/desk",
"typecheck": "npm run typecheck --workspace @able/desk",
"test": "npm run test --workspace @able/desk",
"test:visual": "npm run test:visual --workspace @able/desk",
"eval:voice": "npm run eval:voice --workspace @able/desk",
"db:migrate:local": "npm run db:migrate:local --workspace @able/desk",
"db:migrate:remote": "npm run db:migrate:remote --workspace @able/desk",
"scan:public": "node scripts/scan-public-readiness.mjs",
"scan:history": "node scripts/scan-public-history.mjs",
"check": "npm run check --workspace @able/desk && npm run scan:public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codeyogi911/able.git"
},
"bugs": {
"url": "https://github.com/codeyogi911/able/issues"
},
"homepage": "https://codeyogi911.github.io/able-site/",
"keywords": [
"erp",
"customer-support",
"crm",
"mcp",
"ai-agents",
"cloudflare-workers"
]
}