-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
54 lines (54 loc) · 1.58 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
45
46
47
48
49
50
51
52
53
54
{
"name": "reader-revenue-manager-demo",
"version": "0.1.0",
"description": "A sample app that illustrates using the Reader Revenue Manager suite of APIs",
"main": "server.js",
"scripts": {
"start": "node server.js",
"local": "env $(cat .env) node server.js"
},
"dependencies": {
"@google-cloud/datastore": "^7.5.1",
"@google-cloud/firestore": "^6.5.0",
"@google-cloud/pubsub": "^3.7.0",
"@googleapis/subscribewithgoogle": "file:lib/client/googleapis-subscribewithgoogle-0.1.0.tgz",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"express": "^4.19.2",
"express-handlebars": "^7.0.2",
"express-oas-generator": "github:mpashkovskiy/express-oas-generator",
"google-auth-library": "^8.7.0",
"googleapis": "^113.0.0",
"highlight.js": "^11.8.0",
"jsonwebtoken": "^9.0.0",
"marked": "^9.1.6",
"marked-admonition-extension": "^0.0.4",
"marked-custom-heading-id": "^2.0.4",
"marked-engine": "^0.2.0",
"marked-highlight": "^2.0.6",
"node-fetch": "^3.3.1",
"redirect-ssl": "^3.0.0"
},
"engines": {
"node": "18.x"
},
"repository": {
"url": "https://github.com/reader-revenue/reader-revenue-demo"
},
"type": "module",
"license": "Apache 2.0",
"keywords": [
"node",
"express",
"reader-revenue"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.6.0",
"eslint": "^8.49.0",
"eslint-plugin-google-camelcase": "^0.0.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"jest": "^29.6.4"
}
}