-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.21 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.21 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
{
"name": "mkts",
"version": "3.1.1",
"description": "Create modern frontend, api or library projects in seconds",
"author": "Kwame Opare Asiedu",
"license": "MIT",
"main": "bin/index.js",
"bin": "bin/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/kwameopareasiedu/mkts"
},
"bugs": {
"url": "https://github.com/kwameopareasiedu/mkts/issues"
},
"scripts": {
"test-run": "node bin/index.js",
"watch": "tsc --watch",
"build": "tsc",
"copy-template": "node bin/copy-template.js"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/plugin-transform-spread": "^7.20.7",
"@babel/preset-env": "^7.20.2",
"@types/ejs": "^3.1.1",
"@types/inquirer": "7.3.3",
"@types/node": "^18.11.18",
"@types/randomstring": "^1.1.8",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"eslint": "^8.31.0",
"eslint-config-defaults": "^9.0.0"
},
"dependencies": {
"chalk": "^5.2.0",
"commander": "^9.5.0",
"dayjs": "^1.11.7",
"ejs": "^3.1.8",
"inquirer": "8.2.5",
"open": "^8.4.0",
"prettier": "^2.8.2",
"randomstring": "^1.2.3",
"typescript": "^4.9.4"
}
}