generated from jamesgeorge007/cli-starter
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 979 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
44
{
"name": "nuxt-modules-cli",
"version": "0.1.1",
"description": "Browse Nuxt.js modules from the terminal",
"main": "./bin/index.js",
"files": [
"bin",
"src"
],
"bin": {
"nuxt-modules": "./bin/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ./src",
"lint:fix": "eslint --fix ./src"
},
"keywords": [
"nuxt",
"vue",
"cli",
"commander.js",
"node.js"
],
"author": "James George",
"license": "ISC",
"dependencies": {
"@nuxt/modules": "^0.5.0-42ef89",
"cli-table3": "^0.6.0",
"commander": "^6.1.0",
"fuzzy": "^0.1.3",
"inquirer": "^7.3.3",
"inquirer-autocomplete-prompt": "^1.2.0",
"node-banner": "^1.4.0",
"terminal-link": "^2.1.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.14.0",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^2.1.2"
}
}