-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
44 lines (44 loc) · 1.14 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
43
44
{
"name": "Hoot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"posttest": "bash ./bin/openapi/generate.sh && rdme openapi:validate openapi.json",
"prettier": "prettier --list-different --write \"./**/**.js\"",
"start": "node index.js",
"test": "eslint . && prettier --check .",
"upload": "export $(grep -v '^#' .env | xargs) && bash ./bin/openapi/upload.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/readmeio/hoot"
},
"author": "ReadMe",
"license": "ISC",
"engines": {
"node": "^16"
},
"dependencies": {
"bad-words": "^3.0.4",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^16.1.4",
"express": "^4.17.1",
"jsonwebtoken": "^9.0.0",
"mongodb-memory-server": "^8.12.2",
"mongoose": "^5.11.4",
"node-fetch": "^2.6.1",
"pug": "^3.0.2",
"readmeio": "^6.1.0"
},
"devDependencies": {
"@readme/eslint-config": "^10.6.0",
"eslint": "^8.42.0",
"prettier": "^2.8.8",
"rdme": "8.6.1",
"swagger-inline": "^6.1.1"
},
"prettier": "@readme/eslint-config/prettier"
}