-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 906 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 906 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
35
{
"name": "arc-timer",
"private": true,
"packageManager": "pnpm@9.15.4",
"repository": {
"type": "git",
"url": "https://github.com/toankhontech/arc-timer.git"
},
"homepage": "https://github.com/toankhontech/arc-timer",
"bugs": {
"url": "https://github.com/toankhontech/arc-timer/issues"
},
"author": "toankhontech",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"test": "turbo run test",
"test:coverage": "turbo run test:coverage",
"lint": "turbo run lint",
"typecheck": "turbo run typecheck",
"clean": "turbo run clean",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "pnpm build && changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.27.0",
"turbo": "^2.3.0",
"typescript": "^5.6.0"
}
}