forked from AnOrdinaryUsername/AnOrdinaryUsername
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 803 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
{
"name": "anordinaryusername",
"version": "1.0.0",
"description": "A profile README that kind of looks like a neofetch",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"devstart": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AnOrdinaryUsername/AnOrdinaryUsername.git"
},
"author": "AnOrdinaryUsername",
"license": "ISC",
"bugs": {
"url": "https://github.com/AnOrdinaryUsername/AnOrdinaryUsername/issues"
},
"homepage": "https://github.com/AnOrdinaryUsername/AnOrdinaryUsername#readme",
"dependencies": {
"@octokit/rest": "^18.5.5",
"dotenv": "^10.0.0",
"mustache": "^4.2.0"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}