-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.03 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
{
"name": "beautiful-foss",
"version": "0.2.0",
"description": "A github repository template to make your repositories beautiful & discoverable in minutes.",
"main": "index.js",
"dependencies": {
"chalk": "^4.1.0",
"prompts": "^2.4.0"
},
"devDependencies": {
"auto-changelog": "^2.2.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"version": "auto-changelog -p && git add changelog.md"
},
"auto-changelog": {
"output": "changelog.md",
"commitLimit": false
},
"repository": {
"type": "git",
"url": "git+https://github.com/Neutron-Creative/Beautiful-FOSS.git"
},
"keywords": [
"OSS",
"open-source",
"repository",
"template",
"boilerplate",
"readme",
"open-graph",
"website",
"landing-page"
],
"author": "Neutron Creative Inc.",
"license": "LGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Neutron-Creative/Beautiful-FOSS/issues"
},
"homepage": "https://github.com/Neutron-Creative/Beautiful-FOSS#readme"
}