-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.25 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.25 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
{
"name": "squaredup-plugin-public",
"version": "1.0.0",
"author": "SquaredUp Ltd.",
"license": "ISC",
"description": "This repository contains third-party/community plugins for the SquaredUp Cloud product.",
"type": "module",
"scripts": {
"validate": "pnpm --filter plugins-validator run validate",
"test": "jest --runInBand",
"fast": "pnpm i --frozen-lockfile",
"lint": "node ./scripts/dev-scripts/lintChanged.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/squaredup/squaredup-plugin-public.git"
},
"engines": {
"node": ">=20",
"pnpm": ">=10"
},
"homepage": "https://github.com/squaredup/squaredup-plugin-public#readme",
"devDependencies": {
"@squaredup/eslint-config": "workspace:^1.0.0",
"@swc-node/jest": "^1.4.3",
"@swc/helpers": "^0.5.15",
"@types/jest": "^27.4.1",
"@vitest/runner": "^3.1.2",
"@vitest/ui": "^3.1.2",
"allure-commandline": "^2.33.0",
"allure-vitest": "^3.2.1",
"eslint": "^8.57.1",
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
"jest-html-reporter": "^4.1.0",
"jest-html-reporters": "^3.1.7",
"jest-junit": "^16.0.0",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0",
"vitest": "^3.1.2"
}
}