-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 953 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
42
43
{
"name": "bananasplit-js",
"version": "1.5.2",
"description": "A bananasplit client for command line",
"main": "src/index.js",
"bin": {
"bananasplit-js": "bin/bananasplit-js"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"keywords": [
"bananasplit",
"client",
"express",
"nodejs",
"template",
"generator"
],
"repository": {
"type": "git",
"url": "https://github.com/bananasplit-js/bananasplit-client"
},
"author": "diegoulloao",
"license": "Apache-2.0",
"dependencies": {
"arg": "^4.1.3",
"boxen": "^4.2.0",
"chalk": "^4.1.0",
"esm": "^3.2.25",
"shelljs": "^0.8.4"
},
"devDependencies": {
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.4",
"prettier": "^2.6.2"
}
}