This repository was archived by the owner on Dec 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.46 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.46 KB
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
55
56
57
58
59
60
61
62
63
{
"name": "pw-api-proxy",
"description": "An proxy-wrapper for the WebFlow API.",
"version": "1.5.0",
"homepage": "",
"private": true,
"main": "src",
"keywords": [
"restify"
],
"author": "Josh Lambright <josh@milestones.media>",
"contributors": [],
"bugs": {},
"directories": {
"lib": "src"
},
"engines": {
"node": "16.X.X",
"yarn": ">= 1.22.5"
},
"scripts": {
"deploy": "gcloud app deploy",
"env": "printev > .env",
"lint": "eslint src/. test/. --config .eslintrc.json --fix",
"dev": "nodemon src/",
"start": "node src/"
},
"standard": {
"env": [
"mocha"
],
"ignore": []
},
"dependencies": {
"@google-cloud/common": "^3.7.2",
"@google-cloud/datastore": "^6.3.1",
"@google-cloud/logging-winston": "^4.0.4",
"abstract-class-js": "^1.3.0",
"async-await-retry": "^1.2.3",
"enum": "^3.0.4",
"escape-json-node": "^2.0.0",
"firebase": "^8.3.1",
"firebase-admin": "^9.6.0",
"lodash": "^4.17.21",
"luxon": "^1.28.0",
"micron-throttle": "^0.1.0",
"node-cache": "^5.1.2",
"nsql-cache": "^1.1.5",
"nsql-cache-datastore": "^1.1.6",
"restify": "^8.5.1",
"restify-cors-middleware2": "^2.1.2",
"restify-errors": "^8.0.2",
"restify-firebase-auth": "^1.0.4",
"uniqid": "^5.4.0",
"webflow-api": "^0.5.0",
"winston": "^3.3.3"
},
"devDependencies": {
"eslint": "^7.17.0",
"nodemon": "^2.0.7"
},
"license": "MIT"
}