-
Notifications
You must be signed in to change notification settings - Fork 7
/
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": "ghub",
"version": "0.0.0-development",
"description": "A nice place for JavaScript packages",
"main": "server.js",
"repository": "https://github.com/nice-registry/ghub.io",
"author": "zeke",
"license": "MIT",
"scripts": {
"start": "node server.js",
"test": "NODE_ENV=test mocha && standard --fix && standard-markdown",
"dev": "nodemon -e js,md,json",
"semantic-release": "semantic-release"
},
"dependencies": {
"all-the-package-repos": "^2.0.1786",
"clean-deep": "^3.0.2",
"dedent": "^0.7.0",
"express": "^4.16.2",
"github-markdown-css": "^4.0.0",
"hubdown": "^2.0.0",
"lil-env-thing": "^1.0.0",
"open": "^8.0.1"
},
"devDependencies": {
"chai": "^4.1.2",
"cheerio": "^1.0.0-rc.2",
"mocha": "^7.0.0",
"nodemon": "^2.0.0",
"semantic-release": "^17.0.1",
"standard": "^16.0.0",
"standard-markdown": "^6.0.0",
"supertest": "^6.0.0"
},
"engines": {
"node": "20"
},
"bin": "cli.js"
}