-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.19 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
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
57
58
59
60
{
"name": "create-tn-app",
"module": "dist/index.js",
"type": "module",
"main": "dist/index.js",
"version": "0.1.1",
"license": "MIT",
"description": "create-tn app is the best way to create Next js app",
"exports": "./dist/index.js",
"bin": {
"create-tn-app": "dist/index.js"
},
"scripts": {
"dev": "tsup --watch",
"build": "tsup"
},
"files": [
"dist",
"README.md",
"package.json",
"README.md",
"LICENSE"
],
"devDependencies": {
"@types/bun": "latest",
"@types/fs-extra": "^11.0.4",
"tsup": "^8.3.6"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@clack/prompts": "^0.9.1",
"chalk": "^5.4.1",
"commander": "^13.1.0",
"execa": "^9.5.2",
"fs-extra": "^11.3.0",
"ora": "^8.1.1",
"sort-package-json": "^2.14.0",
"type-fest": "^4.34.1",
"url": "^0.11.4"
},
"repository": {
"type": "git",
"url": "https://github.com/shemaikuzwe/tn-app"
},
"keywords": [
"create-tn-app",
"tn-app",
"next.js",
"shadcn",
"next-auth",
"typescript",
"prisma",
"drizzle"
],
"bugs": {
"url": "https://github.com/shemaikuzwe/tn-app/issues"
}
}