-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.04 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.04 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
{
"name": "@prefabs.tech/tools",
"version": "0.7.0",
"private": true,
"homepage": "https://github.com/prefabs-tech/tools#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/prefabs-tech/tools.git"
},
"author": {
"name": "Prefabs Tech",
"email": "pm@prefabs.tech",
"url": "https://github.com/prefabs-tech"
},
"scripts": {
"build": "turbo run build",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"prepare": "husky",
"publish": "npx shipjs trigger",
"release": "npx shipjs prepare",
"sort-package": "npx sort-package-json && turbo run sort-package",
"test": "turbo run test --parallel",
"typecheck": "turbo run typecheck"
},
"devDependencies": {
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@types/node": "22.6.2",
"husky": "9.1.7",
"shipjs": "0.27.0",
"turbo": "2.1.3",
"typescript": "5.5.4"
},
"packageManager": "pnpm@10.13.1",
"engines": {
"node": ">=20",
"pnpm": ">=9"
}
}