-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 2.14 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "ezreeport",
"version": "0.0.0",
"private": true,
"description": "Reporting service for ezMESURE/ezCOUNTER",
"homepage": "https://github.com/ezpaarse-project/ezreeport#readme",
"bugs": {
"url": "https://github.com/ezpaarse-project/ezreeport/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ezpaarse-project/ezreeport.git"
},
"license": "CeCILL",
"author": "oxypomme",
"scripts": {
"lint": "run-p -ls lint:*",
"lint:mail": "npm --prefix src/services/mail run lint",
"lint:report": "npm --prefix src/services/report run lint",
"lint:sdk": "npm --prefix src/sdk run lint",
"lint:vue": "npm --prefix src/vue run lint",
"lint:tests": "npm --prefix tests run lint",
"prepare": "husky install",
"test": "run-p -ls test:*",
"test:mail": "npm --prefix tests run test:mail",
"test:report": "npm --prefix tests run test:report",
"test:sdk": "npm --prefix src/services/sdk run build && npm --prefix tests run test:sdk",
"publish": "HUSKY=0 pnpm -r --filter !ezreeport-tests --filter !ezreeport-vue-example --workspace-concurrency=1 exec -- npx --no-install semantic-release"
},
"lint-staged": {
"package.json": [
"sort-package-json"
]
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.1",
"eslint-plugin-promise": "^6.1.1",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"multi-semantic-release": "^3.0.2",
"npm-run-all": "^4.1.5",
"semantic-release": "^22.0.12",
"semantic-release-monorepo": "^8.0.2",
"sort-package-json": "^2.6.0"
},
"packageManager": "pnpm@9.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387"
}