-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.86 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.86 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
{
"name": "@calycode/xano-tools-workspace",
"version": "0.6.0",
"type": "module",
"description": "Supercharge your Xano workflow: automate backups, docs, testing, and version control—no AI guesswork, just reliable, transparent dev tools.",
"scripts": {
"test": "turbo run test",
"test:watch": "turbo run test:watch",
"test:coverage": "turbo run test:coverage",
"build": "turbo run build",
"build:docs:styles": "npx tailwindcss -i util-resources/tailwind-input.css -o util-resources/docs-template/styles.css --minify",
"clean": "turbo run clean",
"build:docs": "pnpm run build && tsx scripts/generate-caly-cli-docs.ts",
"caly-xano": "pnpm --filter @calycode/cli run caly-xano",
"xano": "node scripts/legacy-xano-command.mjs",
"prepublishOnly": "pnpm run build",
"serve-registry": "npx serve registry --listen 3030"
},
"private": true,
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"Xano",
"cli",
"xano-tools",
"dev-tool"
],
"author": "Mihály Tóth <hello@nextcurve.hu>",
"devDependencies": {
"@changesets/cli": "^2.29.6",
"@eslint/js": "^9.35.0",
"@types/jest": "^30.0.0",
"@types/node": "^24.3.1",
"@typescript-eslint/eslint-plugin": "^8.42.0",
"@typescript-eslint/parser": "^8.42.0",
"esbuild": "^0.25.9",
"eslint": "^9.35.0",
"eslint-plugin-import": "^2.32.0",
"jest": "^30.2.0",
"jest-html-reporter": "^4.3.0",
"knip": "^5.63.1",
"rollup": "^4.50.0",
"rollup-plugin-dts": "^6.2.3",
"strip-ansi": "^7.1.0",
"tailwindcss": "^3.4.18",
"trash-cli": "^6.0.0",
"ts-jest": "^29.4.4",
"tsx": "^4.20.5",
"turbo": "^2.5.8",
"typescript": "^5.9.2"
},
"packageManager": "pnpm@10.20.0"
}