-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
38 lines (38 loc) · 1.3 KB
/
package.json
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
{
"name": "pltsvc",
"description": "B.C. Government's Platform Product Registry",
"version": "0.42.1",
"private": true,
"scripts": {
"lint": "eslint --no-eslintrc --config .eslintrc.root.json .",
"lint-fix": "eslint --no-eslintrc --config .eslintrc.root.json --fix .",
"cypress-headless": "cypress run --headless",
"release": "release-it",
"changelog": "conventional-changelog -p conventionalcommits -i CHANGELOG.md -n .conventional-changelog.mjs -s -r 0 --skip-unstable",
"knip": "knip"
},
"engines": {
"node": ">=22.1.0"
},
"devDependencies": {
"@badeball/cypress-cucumber-preprocessor": "^21.0.0",
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.0",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/format": "^19.5.0",
"@release-it/bumper": "^6.0.1",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"conventional-changelog-cli": "^5.0.0",
"cypress": "^13.13.2",
"cypress-keycloak": "^2.0.1",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-prettier": "^5.2.1",
"release-it": "^17.0.0",
"typescript": "^5.3.3",
"wait-on": "^8.0.0"
}
}