-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 878 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
{
"name": "kaistian",
"description": "A comprehensive suite of TypeScript packages designed to streamline the integration and utilization of KAIST APIs",
"license": "MIT",
"author": "Injoon Hwang <[email protected]>",
"type": "module",
"workspaces": [
"packages/*"
],
"scripts": {
"prepare": "husky"
},
"lint-staged": {
"package.json": "sort-package-json"
},
"dependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20.12.7",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"sort-package-json": "^2.10.0",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=20.0.0",
"pnpm": "8.15.5"
}
}