-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 793 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 793 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
{
"name": "@start/workspaces",
"version": "0.0.1",
"description": "start",
"keywords": [
"start"
],
"homepage": "https://hieudoanm.github.io/start",
"bugs": {
"url": "https://github.com/hieudoanm/start/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/hieudoanm/start.git"
},
"license": "GPL-3.0",
"author": "hieudoanm <hieumdoan@gmail.com> (https://hieudoanm.github.io)",
"packageManager": "pnpm@10.30.3",
"engines": {
"node": "25.7.0"
},
"scripts": {
"dev": "turbo run dev",
"lint": "turbo run lint",
"test": "turbo run test",
"build": "turbo run build",
"format": "turbo run format",
"prepare": "husky || true"
},
"devDependencies": {
"husky": "9.1.7",
"turbo": "2.8.12"
}
}