-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 907 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
{
"name": "readme-generator",
"version": "1.0.0",
"description": "A Node.js project designed to automate the creation of comprehensive README files for GitHub repositories, enhancing documentation efficiency and consistency.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FilipPaskalev/README-Generator.git"
},
"keywords": [
"readme",
"generator",
"professional"
],
"author": "Filip Paskalev",
"license": "ISC",
"bugs": {
"url": "https://github.com/FilipPaskalev/README-Generator/issues"
},
"homepage": "https://github.com/FilipPaskalev/README-Generator#readme",
"dependencies": {
"chalk": "^4.0.0",
"inquirer": "^8.0.0"
},
"devDependencies": {
"jsdoc": "^4.0.2",
"prettier": "3.2.5"
}
}