-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.02 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.02 KB
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
{
"author": "Peter Juras <me@peterjuras.com>",
"bugs": {
"url": "https://github.com/coat-dev/coat/issues"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
],
"rules": {
"body-max-line-length": [
0,
"always",
100
]
}
},
"devDependencies": {
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
"@commitlint/prompt-cli": "17.7.1",
"@types/prettier": "2.7.3",
"@types/prompts": "2.4.4",
"execa": "5.1.1",
"husky": "8.0.3",
"is-ci": "3.0.1",
"prettier": "2.8.8",
"prompts": "2.4.2",
"rimraf": "5.0.1",
"ts-node": "10.9.1",
"typescript": "5.2.2"
},
"homepage": "https://github.com/coat-dev/coat#readme",
"license": "MIT",
"name": "coat",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/coat-dev/coat.git"
},
"version": "0.0.1",
"scripts": {
"prepare": "is-ci || husky install"
},
"workspaces": [
"packages/*"
]
}