-
-
Notifications
You must be signed in to change notification settings - Fork 200
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 870 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 870 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
32
33
34
35
36
37
38
39
40
{
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@swc/core": "^1.11.24",
"@swc/jest": "^0.2.38",
"capital-case": "^1.0.4",
"chalk": "^5.4.1",
"comment-json": "^4.2.5",
"cross-env": "7.0.3",
"cspell": "^9.0.1",
"husky": "^9.1.7",
"jest": "^29.7.0",
"markdownlint-cli": "^0.44.0",
"prettier": "^3.5.3",
"prettier-plugin-sh": "^0.17.2",
"pretty-quick": "^4.1.1",
"title-case": "^4.3.2",
"ts-jest": "^29.3.2",
"tsd": "0.32.0",
"typescript": "5.8.3",
"zx": "^8.5.3"
},
"keywords": [
"learning",
"typescript",
"projects",
"appetizer",
"entree",
"dessert"
],
"license": "MIT",
"name": "learning-typescript-projects",
"scripts": {
"format": "prettier --write \"**/*\" --ignore-unknown",
"prepare": "husky install",
"test": "jest test/"
},
"version": "0.0.1"
}