-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.42 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.42 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
{
"name": "nodet-cli",
"version": "1.0.2",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"nodet-cli": "./index.js"
},
"keywords": [
"Node.js",
"Next.js",
"TypeScript",
"CLI",
"Project Generator",
"Boilerplate",
"Starter Kit",
"Backend",
"Frontend",
"Full-stack",
"Developer Tools",
"Automation",
"Scaffolding",
"Codebase",
"Productivity"
],
"author": "Isaac NSB. Kargbo",
"license": "MIT",
"description": "nodets is a powerful and user-friendly CLI tool designed to streamline the creation of Node.js and Next.js projects using TypeScript. With nodets, developers can kickstart their projects with ease, leveraging pre-configured templates, best practices, and optimized workflows for TypeScript development. Whether you're building a backend server or a modern frontend application, nodets simplifies the setup process so you can focus on writing code.",
"dependencies": {
"chalk": "^5.3.0",
"commander": "^12.1.0",
"fs-extra": "^11.2.0",
"inquirer": "^12.1.0",
"ora": "^8.1.1",
"simple-git": "^3.27.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pythonnelson/nodet-cli.git"
},
"bugs": {
"url": "https://github.com/pythonnelson/nodet-cli/issues"
},
"homepage": "https://github.com/pythonnelson/nodet-cli#readme"
}