-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 1.16 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
{
"name": "tanstack-cn-monorepo",
"description": "Monorepo for tanstack-cn: the starter template, create-tanstack-cn CLI, and tanstack-cn reserved npm package.",
"private": true,
"type": "module",
"workspaces": ["packages/*"],
"scripts": {
"build": "node scripts/dev.mjs ws build",
"typecheck": "node scripts/dev.mjs ws typecheck",
"test": "node scripts/dev.mjs ws test",
"template:dev": "node scripts/dev.mjs template dev",
"template:build": "node scripts/dev.mjs template build",
"template:test": "node scripts/dev.mjs template test",
"template:lint": "node scripts/dev.mjs template lint",
"template:fmt:check": "node scripts/dev.mjs template fmt:check",
"template:typecheck": "node scripts/dev.mjs template typecheck"
},
"devDependencies": {
"typescript": "^6.0.3"
},
"license": "MIT",
"author": "Ramon Claudio <hello@ramonclaudio.com> (https://github.com/ramonclaudio)",
"homepage": "https://github.com/ramonclaudio/tanstack-cn",
"repository": {
"type": "git",
"url": "git+https://github.com/ramonclaudio/tanstack-cn.git"
},
"bugs": {
"url": "https://github.com/ramonclaudio/tanstack-cn/issues"
}
}