-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.38 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
{
"name": "@jagadhis/fullstack-monorepo-template",
"version": "1.30.3",
"private": false,
"description": "A full-stack monorepo template with Next.js, Node.js, Supabase, and Prisma",
"keywords": [
"monorepo",
"template",
"nextjs",
"nodejs",
"typescript",
"supabase",
"prisma",
"fullstack",
"turbo",
"turborepo"
],
"author": "jagadhis",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/jagadhis/fullstack-monorepo-template.git"
},
"homepage": "https://github.com/jagadhis/fullstack-monorepo-template#readme",
"bugs": {
"url": "https://github.com/jagadhis/fullstack-monorepo-template/issues"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"bin": {
"create-fullstack-monorepo": "template/setup.js"
},
"files": [
"template",
"README.md"
],
"packageManager": "[email protected]",
"scripts": {
"prepare": "lefthook install",
"release": "semantic-release",
"publish:github": "npm publish --registry https://npm.pkg.github.com"
},
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.6",
"lefthook": "^1.8.4",
"semantic-release": "^24.0.0",
"turbo": "^2.3.3"
}
}