-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 2.34 KB
/
package.json
File metadata and controls
95 lines (95 loc) · 2.34 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "effe-readme",
"description": "Bootstrap README.md from package.json",
"version": "0.9.5",
"author": {
"name": "Francesco Megna"
},
"bin": {
"effe": "./bin/run"
},
"bugs": {
"url": "https://github.com///effe-readme/issues"
},
"dependencies": {
"@oclif/command": "^1.5.8",
"@oclif/config": "^1.12.4",
"@oclif/plugin-help": "^2.1.6",
"@types/mustache": "^0.8.32",
"@types/package-json": "^5.0.0",
"@types/prompts": "^1.2.0",
"cli-ux": "^5.1.0",
"emoji-random": "^0.1.2",
"inquirer": "^6.2.2",
"mustache": "^3.0.1",
"package-json": "^6.0.0",
"prompts": "^2.0.2",
"read-pkg-up": "^4.0.0",
"tslib": "^1.9.3",
"write-pkg": "^3.2.0"
},
"devDependencies": {
"@oclif/dev-cli": "^1.21.0",
"@oclif/test": "^1.2.2",
"@oclif/tslint": "^3.1.1",
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.21",
"chai": "^4.2.0",
"globby": "^8.0.2",
"mocha": "^5.2.0",
"nyc": "^13.2.0",
"rimraf": "^2.6.3",
"ts-node": "^7.0.1",
"tslint": "^5.12.1",
"typescript": "^3.2.2"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"/bin",
"/lib",
"/npm-shrinkwrap.json",
"/oclif.manifest.json"
],
"keywords": [
"oclif"
],
"license": "MIT",
"main": "lib/index.js",
"oclif": {
"commands": "./lib/commands",
"bin": "effe",
"plugins": [
"@oclif/plugin-help"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/effe-megna/effe-readme.git"
},
"scripts": {
"postpack": "rimraf oclif.manifest.json",
"posttest": "tslint -p test -t stylish",
"prepack": "rimraf lib && tsc -b && oclif-dev manifest && oclif-dev readme",
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
"version": "oclif-dev readme && git add README.md"
},
"types": "lib/index.d.ts",
"readme": "ERROR: No README data found!",
"homepage": "https://github.com/effe-megna/effe-readme#readme",
"_id": "effe-readme@0.9.4",
"effe": {
"twitt": "Twitt this awesome library",
"emoji": false,
"tecnhologies": true,
"howtocontribute": true,
"installfrom": "yarn",
"testInstructions": true,
"mentionme": true,
"linkedin": null,
"twitter": null,
"githubrepo": "https://github.com/Francesco Megna/effe-readme"
}
}