-
-
Notifications
You must be signed in to change notification settings - Fork 167
/
package.json
40 lines (40 loc) · 870 Bytes
/
package.json
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": "^17.0.2",
"@commitlint/config-conventional": "^17.0.3",
"@swc/core": "^1.2.197",
"@swc/jest": "^0.2.21",
"capital-case": "^1.0.4",
"chalk": "^5.2.0",
"comment-json": "^4.2.2",
"cross-env": "7.0.3",
"cspell": "^6.1.2",
"husky": "^8.0.0",
"jest": "^29.5.0",
"markdownlint-cli": "^0.31.1",
"prettier": "^2.6.2",
"prettier-plugin-sh": "^0.11.0",
"pretty-quick": "^3.1.3",
"title-case": "^3.0.3",
"ts-jest": "^29.1.0",
"tsd": "0.20.0",
"typescript": "4.8.4",
"zx": "^7.2.1"
},
"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"
}