-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 871 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 871 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
{
"name": "jitar-plugins",
"private": true,
"version": "0.1.3",
"type": "module",
"repository": {
"url": "git+https://github.com/MaskingTechnology/jitar-plugins.git"
},
"scripts": {
"build": "npm run build --workspaces",
"lint": "npm run lint --workspaces",
"test": "npm run test --workspaces --if-present",
"review": "npm run review --workspaces",
"publish": "npm publish --workspaces",
"version": "npm version $VERSION --no-git-tag-version --workspaces --include-workspace-root=true"
},
"workspaces": [
"packages/**/*"
],
"devDependencies": {
"@eslint/js": "9.39.2",
"@types/node": "24.10.4",
"@vitest/coverage-v8": "4.0.17",
"eslint": "^9.39.2",
"eslint-plugin-sonarjs": "3.0.5",
"rimraf": "6.1.2",
"typescript": "5.9.3",
"typescript-eslint": "8.53.0",
"vitest": "4.0.17"
}
}