-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.91 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "sinit",
"version": "0.1.0",
"description": "'git init' on steroids",
"main": "index.js",
"scripts": {
"count-rules": "eslint-index .eslintrc --format number",
"fix-directory": "eslint . --fix --ext .json,.js",
"lint-directory": "eslint . --ext .json,.js",
"nibble": "eslint-nibble . --ext .json,.js",
"table-rules": "eslint-index .eslintrc --format table",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@octokit/auth-basic": "^1.4.1",
"@octokit/rest": "^17.1.1",
"chalk": "^3.0.0",
"clear": "^0.1.0",
"clui": "^0.3.6",
"configstore": "^5.0.1",
"esprint": "^0.6.0",
"figlet": "^1.3.0",
"fuzzy": "^0.1.3",
"inquirer": "^7.1.0",
"inquirer-autocomplete-prompt": "^1.0.2",
"inquirer-checkbox-plus-prompt": "^1.0.1",
"jshint": "^2.11.0",
"lodash": "^4.17.15",
"minimist": "^1.2.5",
"npm": "^6.14.3",
"simple-git": "^1.132.0",
"touch": "^3.1.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-formatter-git-log": "^0.5.3",
"eslint-index": "^1.5.0",
"eslint-nibble": "^5.1.0",
"eslint-plugin-deprecate": "^0.7.0",
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-json": "^2.1.1",
"eslint-plugin-json-format": "^2.0.1",
"eslint-plugin-markdown": "^1.0.2",
"eslint-plugin-no-loops": "^0.3.0",
"eslint-plugin-no-secrets": "^0.6.5",
"eslint-plugin-node": "^11.0.0",
"markdown-it": "^10.0.0",
"markdown-it-footnote": "^3.0.2",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0"
},
"bin": {
"sinit": "./index.js"
},
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/KilianKilmister/Sinit"
},
"author": "Slick Kilmister",
"keywords": [
"Git",
"CLI"
],
"email": "[email protected]"
}