-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.8 KB
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 1.8 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": "careerops",
"private": true,
"version": "1.2.1",
"description": "CareerOps public repo — dashboard SPA + agent skill",
"scripts": {
"test": "node scripts/privacy-scan.mjs && node scripts/smoke-web.mjs && node scripts/test-nav-sections.mjs && node scripts/test-board-layout.mjs && node scripts/test-find-match.mjs && node scripts/test-career-os.mjs && node scripts/test-schema-hardening.mjs && node scripts/test-promote-rpc.mjs && node scripts/test-credential-vault.mjs && node scripts/test-plugins.mjs && node scripts/test-chains.mjs && npm test --prefix packages/careerops",
"test:web": "node scripts/smoke-web.mjs && node scripts/test-nav-sections.mjs && node scripts/test-board-layout.mjs",
"test:nav": "node scripts/test-nav-sections.mjs",
"test:board-layout": "node scripts/test-board-layout.mjs",
"test:career-os": "node scripts/test-career-os.mjs",
"test:schema": "node scripts/test-schema-hardening.mjs",
"test:promote-rpc": "node scripts/test-promote-rpc.mjs",
"test:credential-vault": "node scripts/test-credential-vault.mjs",
"test:pg-integration": "node scripts/test-pg-integration.mjs",
"test:playwright-memory": "node scripts/test-playwright-memory-promote.mjs",
"test:plugins": "node scripts/test-plugins.mjs",
"test:chains": "node scripts/test-chains.mjs",
"test:find": "node scripts/test-find-match.mjs",
"test:cli": "npm test --prefix packages/careerops",
"privacy-scan": "node scripts/privacy-scan.mjs",
"deploy": "bash scripts/deploy.sh",
"deploy:functions": "bash scripts/deploy-functions.sh",
"deploy:web": "bash scripts/deploy-web.sh",
"pack:careerops": "npm pack --prefix packages/careerops"
},
"devDependencies": {
"playwright": "^1.62.0"
},
"engines": {
"node": ">=18"
},
"license": "Apache-2.0"
}