-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.6 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.6 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
{
"name": "@a1st/aix-monorepo",
"version": "0.5.1",
"private": true,
"keywords": [
"ai",
"ai-agent",
"ai-configuration",
"ai-skills",
"mcp",
"model-context-protocol",
"skills"
],
"workspaces": [
"packages/*"
],
"type": "module",
"scripts": {
"prepack": "npm run build",
"build": "turbo run build",
"build:lib": "turbo run build --filter=@a1st/aix-schema --filter=@a1st/aix-core --filter=@a1st/mcp-registry-client --filter=@a1st/aix",
"test": "turbo run test",
"standards": "npm run lint && npm run format:check && npm run typecheck",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"format": "npm run lint:fix && oxfmt '**/*.{css,json,md,yml,yaml}' '!**/.agents/**' '!**/.beads/**' '!**/AGENTS.md' '!**/GEMINI.md'",
"format:check": "oxfmt --check '**/*.{css,json,md,yml,yaml}' '!**/.agents/**' '!**/.beads/**' '!**/AGENTS.md' '!**/GEMINI.md'",
"typecheck": "tsc --noEmit",
"version:bump": "node ./scripts/version-bump.mjs",
"qa:sandbox": "./scripts/qa-sandbox.sh",
"qa:clean": "./scripts/qa-sandbox.sh --clean"
},
"devDependencies": {
"@stylistic/eslint-plugin": "5.10.0",
"@types/node": "24.10.9",
"eslint": "10.3.0",
"node-addon-api": "8.7.0",
"node-gyp": "12.3.0",
"oxfmt": "0.48.0",
"oxlint": "1.63.0",
"tslib": "2.8.1",
"turbo": "2.9.12",
"typescript": "6.0.3",
"vitest": "4.1.5"
},
"engines": {
"node": ">=20.19.0 || >=22.12.0",
"npm": ">=10.0.0"
},
"packageManager": "npm@11.8.0"
}