-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 811 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 811 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
{
"name": "@planable/commitlint-config",
"version": "1.2.9",
"description": "Commitlint configs used in Planable projects",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"prepare": "npx symlink-config && husky install && npm run build",
"build": "tsc",
"eslint": "npx eslint . --fix",
"test": "jest"
},
"author": "Planable",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^16.0.1",
"@commitlint/lint": "^16.0.0",
"@commitlint/types": "^16.0.0",
"@types/jest": "^27.4.0",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"eslint": "^8.18.0",
"husky": "^7.0.4",
"jest": "^27.4.7",
"symlink-config": "^0.2.0",
"ts-jest": "^27.1.3",
"typescript": "^4.5.4"
}
}