-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 769 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 769 Bytes
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
{
"name": "davmit",
"description": "A simple CLI for create semantically and conventional commits",
"bin": {
"davmit": "./src/bin.js"
},
"type": "module",
"version": "0.1.8",
"main": "index.js",
"scripts": {
"mit": "davmit"
},
"devDependencies": {
"davmit": "file://.",
"eslint": "8.36.0",
"eslint-config-standard": "17.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-n": "15.6.1",
"eslint-plugin-promise": "6.1.1",
"standard": "17.0.0",
"eslint-config-prettier": "8.8.0",
"prettier": "2.8.6"
},
"dependencies": {
"@clack/prompts": "0.6.3",
"chalk": "5.2.0"
},
"author": {
"name": "David Lezama",
"email": "davidlez2mgk@gmail.com"
},
"keywords": [],
"license": "MIT"
}