-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
21 lines (21 loc) · 881 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "rapidjet",
"version": "1.0.6",
"description": "rapidjet is a command-line interface tool designed to simplify and expedite the process of creating RESTful APIs in Node.js. With rapidjet, developers can generate boilerplate code, endpoints, controllers, and more with just a few simple commands, streamlining the API development workflow. Whether you're a beginner looking to get started quickly or an experienced developer aiming to speed up your development process, rapidjet provides the tools you need to build robust APIs effortlessly.",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"bin": {
"rapidjet": "cli.js"
},
"dependencies": {
"commander": "^12.0.0",
"express": "^4.18.2",
"joi": "^17.12.1",
"rimraf": "^5.0.5"
}
}