-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.54 KB
/
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
40
41
42
43
44
45
46
47
48
{
"name": "@meimfhd/create-turbocell",
"version": "1.0.3",
"author": "me-imfhd",
"bin": "./bin/cli.js",
"keywords": [
"stater-kit",
"turborepo",
"nextjs"
],
"repository": {
"type": "git",
"url": "git+https://github.com/me-imfhd/turbocell.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/me-imfhd/turbocell/issues"
},
"homepage": "https://github.com/me-imfhd/turbocell#readme",
"engines": {
"node": ">=v18.18.0"
},
"packageManager": "pnpm@8.7.5",
"scripts": {
"build": "turbo run build",
"clean": "git clean -xdf node_modules",
"clean:workspaces": "turbo clean",
"db:generate": "turbo db:generate",
"db:migrate": "turbo db:migrate",
"db:migrate:deploy": "turbo db:migrate:deploy",
"db:push": "turbo db:push",
"db:studio": "turbo db:studio",
"dev": "turbo dev --parallel",
"format": "turbo format --continue -- --cache --cache-location='node_modules/.cache/.prettiercache'",
"format:fix": "turbo format --continue -- --write --cache --cache-location='node_modules/.cache/.prettiercache'",
"lint": "turbo lint --continue -- --cache --cache-location 'node_modules/.cache/.eslintcache' && manypkg check",
"lint:fix": "turbo lint --continue -- --fix --cache --cache-location 'node_modules/.cache/.eslintcache' && manypkg fix",
"typecheck": "turbo typecheck"
},
"dependencies": {
"@manypkg/cli": "^0.21.0",
"@turbo/gen": "^1.10.14",
"eslint": "^8.50.0",
"prettier": "^3.0.3",
"turbo": "^1.10.14",
"typescript": "^5.2.2"
}
}