-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 953 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 953 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
33
34
{
"name": "@sitepark/github-js-release-test",
"version": "1.45.0-SNAPSHOT",
"description": "Test js releases with github actions: debug 2",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/sitepark/github-js-release-test.git"
},
"author": "Holger Veltrup <veltrup@sitepark.com> (http://www.sitepark.com)",
"main": "index.js",
"scripts": {
"prepare": "husky",
"format": "prettier --write ./",
"format:package-json": "echo 'format package.json'",
"test": "vitest run --coverage",
"test:watch": "vitest",
"verify": "pnpm verify:format",
"verify:format": "prettier --check \"**/*.{js,json,md}\"",
"build": "tsc"
},
"files": [
"./dist"
],
"devDependencies": {
"@vitest/coverage-v8": "^4.0.17",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"prettier": "^3.7.4",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vitest": "^4.0.17"
}
}