-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 1.8 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
69
70
71
72
73
74
75
{
"name": "@chersquwn/easyapp",
"version": "0.1.1",
"description": "A quick cli for create project",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"preversion": "npm run build && git add dist"
},
"bin": {
"easyapp": "bin/easyapp.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Chersquwn/easyapp.git"
},
"keywords": [
"cli",
"quick",
"easyapp"
],
"author": "Chersquwn",
"license": "MIT",
"bugs": {
"url": "https://github.com/Chersquwn/easyapp/issues"
},
"homepage": "https://github.com/Chersquwn/easyapp#readme",
"engines": {
"node": ">= 8"
},
"files": [
"bin",
"dist",
"src",
"types",
"index.ts",
"README.md"
],
"dependencies": {
"@types/node": "^12.0.2",
"chalk": "^2.4.2",
"commander": "^2.20.0",
"cross-spawn": "^6.0.5",
"download-git-repo": "^1.1.0",
"fs-extra": "^8.0.1",
"inquirer": "^6.3.1",
"npm-check-updates": "^3.1.9",
"ora": "^3.4.0",
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"semver": "^6.0.0",
"validate-npm-package-name": "^3.0.0"
},
"devDependencies": {
"@types/chalk": "^2.2.0",
"@types/commander": "^2.12.2",
"@types/cross-spawn": "^6.0.0",
"@types/fs-extra": "^7.0.0",
"@types/inquirer": "^6.0.2",
"@types/ora": "^3.2.0",
"@types/request": "^2.48.1",
"@types/request-promise-native": "^1.0.16",
"@types/semver": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^1.9.0",
"@typescript-eslint/parser": "^1.9.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-config-chersquwn": "^1.2.3",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-prettier": "^3.1.0",
"prettier": "^1.17.1",
"typescript": "^3.4.5"
}
}