-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1017 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 1017 Bytes
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
{
"private": true,
"packageManager": "pnpm@10.26.1",
"scripts": {
"test": "pnpm --filter @hdnax/sqlingo.js run test",
"build": "pnpm --filter @hdnax/sqlingo.js run build",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"changeset": "changeset",
"version": "changeset version",
"release": "pnpm --filter @hdnax/sqlingo.js run build && changeset publish && git push --follow-tags",
"doc": "pnpm --filter @hdnax/sqlingo.js exec typedoc && cp -r packages/sqlingo.js/doc/api ./homepage/api-reference && pnpm --filter @hdnax/sqlingo.js-homepage run build"
},
"devDependencies": {
"@changesets/cli": "^2.29.8",
"@hdnax/nuclint": "^0.17.4",
"eslint": "^9.39.2",
"eslint-plugin-vue": "^10.9.1",
"tailwindcss": "^4.2.4",
"vue-tsc": "^3.2.8"
},
"pnpm": {
"overrides": {
"esbuild": "^0.28.1",
"dompurify@>=3.0.1": "^3.4.11",
"ws@>=8.0.0": "^8.21.0",
"js-yaml@<4": "^4.2.0",
"js-yaml@>=4.0.0 <=4.1.1": "^4.2.0",
"read-yaml-file": "^2.1.0"
}
}
}