-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 883 Bytes
/
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
{
"name": "majirya-cli",
"version": "0.0.77",
"description": "CLI tool for creating Frontend, Backend and Fullstack projects hassle free.",
"main": "index.js",
"type": "module",
"bin": {
"majirya": "./dist/index.js"
},
"scripts": {
"build": "npx tsc",
"dev2": "node ./dist/index.js",
"dev": "tsc -w"
},
"keywords": [
"cli",
"nextjs",
"react",
"vite",
"Frontend",
"Backend",
"Fullstack",
"shadcn",
"authjs"
],
"author": "Dhairya Majmudar",
"license": "ISC",
"dependencies": {
"commander": "^11.0.0",
"consola": "^3.2.3"
},
"devDependencies": {
"@types/commander": "^2.12.2",
"@types/consola": "^2.2.5",
"@types/node": "^20.4.5",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint": "^8.48.0",
"typescript": "^5.1.6"
}
}