-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 983 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
{
"name": "typescript-library",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"ci:version": "changeset version",
"ci:publish": "changeset publish",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "turbo build",
"prepare": "husky"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"engines": {
"pnpm": ">=9",
"npm": "please_use_pnpm_instead",
"node": ">=20"
},
"packageManager": "[email protected]",
"devDependencies": {
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.9",
"@swc/core": "1.7.26",
"@types/node": "22.7.4",
"@typescript-eslint/eslint-plugin": "8.8.0",
"@typescript-eslint/parser": "8.8.0",
"changeset": "^0.2.6",
"eslint": "9.12.0",
"eslint-config-prettier": "9.1.0",
"husky": "9.1.6",
"nodemon": "3.1.7",
"prettier": "3.3.3",
"tsup": "8.3.0",
"turbo": "2.1.3",
"typescript": "5.6.2"
}
}