-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1005 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
34
35
36
37
38
39
{
"name": "thepirateforest",
"version": "1.0.0",
"description": "List of repository for forest-related open source software",
"main": "index.js",
"directories": {
"doc": "docs"
},
"type": "module",
"scripts": {
"add-github-repo": "node process/add-repo.js --owner --repo",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/b-lack/ThePirateForest.git"
},
"author": "Gerrit Balindt",
"license": "MIT",
"bugs": {
"url": "https://github.com/b-lack/ThePirateForest/issues"
},
"homepage": "https://github.com/b-lack/ThePirateForest#readme",
"devDependencies": {
"fs": "0.0.1-security",
"minimist": "^1.2.5",
"process": "^0.11.10"
},
"dependencies": {
"@octokit/core": "^3.5.1",
"ejs": "^3.1.6",
"express": "^4.17.1",
"liquid": "^5.1.1",
"nanoid": "^3.1.30",
"node-fetch": "^3.1.0",
"nodemon": "^2.0.15"
}
}