-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.3 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
49
50
51
52
53
54
55
56
{
"name": "create-thestartuptemplate",
"version": "0.0.3-9",
"license": "MIT",
"bin": "bin/cli.mjs",
"repository": {
"type": "git",
"url": "https://github.com/nparashar150/thestartuptemplate"
},
"author": {
"name": "Naman Parashar",
"email": "nparashar150@gmail.com",
"url": "https://www.nparashar150.com"
},
"scripts": {
"dev": "turbo dev",
"lint": "turbo lint",
"build": "turbo build",
"db:watch": "pnpm watch",
"ui:add": "pnpm --filter @repo/ui ui:add",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"db:generate": "pnpm --filter @repo/db generate",
"db:migration:create": "pnpm --filter @repo/db migration:create"
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"chalk": "^5.3.0",
"prettier": "^3.2.5",
"turbo": "latest"
},
"packageManager": "pnpm@8.9.0",
"engines": {
"node": ">=18"
},
"keywords": [
"nextjs",
"edgedb",
"shadcnui",
"nextauth",
"startup-template",
"saas-template",
"webapp-template",
"boilerplate",
"template",
"javascript",
"typescript",
"tailwindcss",
"auth-integration",
"email-notifications",
"seo-optimization",
"full-stack-template",
"web-development",
"mvp"
]
}