-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.31 KB
/
package.json
File metadata and controls
31 lines (31 loc) · 1.31 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
{
"scripts": {
"preinstall": "npx only-allow pnpm",
"build:vscode-core": "npm run build --prefix ./packages/superofficedx-vscode-core",
"build:vscode-tsfso": "npm run build --prefix ./packages/superofficedx-vscode-tsfso",
"build:vscode-crmscript": "npm run build --prefix ./packages/superofficedx-vscode-crmscript",
"build:langium-crmscript": "npm run langium:generate --prefix ./packages/langium-crmscript",
"test": "vitest",
"test:watch": "vitest --watch",
"test:coverage": "vitest --coverage",
"test:core": "npm run test --prefix ./packages/superofficedx-vscode-core",
"test:core-coverage": "npm run test:coverage --prefix ./packages/superofficedx-vscode-core"
},
"devDependencies": {
"@eslint/js": "^9.37.0",
"@playwright/test": "^1.56.1",
"@superoffice/webapi": "^11.4.1157",
"@types/node": "^24.10.1",
"@types/vscode": "^1.104.0",
"@vitest/coverage-v8": "^4.0.10",
"@volar/language-server": "~2.4.23",
"@volar/vscode": "~2.4.23",
"@vscode/test-cli": "^0.0.12",
"@vscode/test-electron": "^2.5.2",
"esbuild": "^0.27.0",
"eslint": "^9.37.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.0",
"vitest": "^4.0.10"
}
}