forked from ps73/supertray
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.21 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
{
"name": "@supertray/monorepo",
"version": "0.1.0",
"description": "Monorepo for supertray",
"private": true,
"scripts": {
"lint": "eslint --report-unused-disable-directives --config ./.eslintrc.cjs --cache",
"lint:fix": "npm run lint -- --fix",
"git-hooks:commit-msg": "commitlint --edit",
"git-hooks:pre-commit": "lint-staged",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/supertray/supertray.git"
},
"keywords": [
"Supertray",
"Node",
"DMS",
"Documentmanagement",
"Documents"
],
"author": "Phil Schaffarzyk <[email protected]>",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/supertray/supertray/issues"
},
"homepage": "https://github.com/supertray/supertray#readme",
"workspaces": [
"apps/*",
"packages/*"
],
"engines": {
"node": ">=20.6.0",
"npm": ">=10.2.0"
},
"prettier": "@ps73/eslint-config/prettier.json",
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@ps73/eslint-config": "^1.4.2",
"husky": "^9.0.11",
"lerna": "^8.1.3",
"lint-staged": "^15.2.7",
"typescript": "^5.4.5"
}
}