forked from Pollora/framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 707 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 707 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
{
"name": "pollora-framework",
"version": "1.0.0",
"description": "Pollora framework",
"main": "commitlint.config.js",
"scripts": {
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pollora/framework.git"
},
"author": "Pollora",
"license": "MIT",
"bugs": {
"url": "https://github.com/Pollora/framework/issues"
},
"homepage": "https://github.com/Pollora/framework#readme",
"dependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"husky": "^9.1.7",
"lint-staged": "^15.5.2",
"prettier": "^3.5.3"
},
"lint-staged": {
"**/*.{js,md,yml,mjs}": "prettier --write"
}
}