-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 631 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 631 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
{
"name": "tailstack",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"gitleaks-verbose": "gitleaks detect --source . --verbose",
"husky": "pnpm exec husky init"
},
"lint-staged": {
"*": [
"gitleaks protect --staged --redact"
]
},
"keywords": [],
"author": "",
"license": "MIT",
"packageManager": "pnpm@10.12.1",
"devDependencies": {
"@commitlint/cli": "^20.3.1",
"@commitlint/config-conventional": "^20.3.1",
"concurrently": "^9.2.1",
"gitleaks": "^1.0.0",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"nodemon": "^3.1.11"
}
}