forked from tobinbradley/dirt-simple-postgis-http-api
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·43 lines (43 loc) · 1.18 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
{
"name": "dirt-simple-postgis-http-api",
"version": "3.0.0",
"description": "The Dirt-Simple PostGIS HTTP API exposes PostGIS functionality to your applications over HTTP.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"doc-it": "node documentation/createDocumentation.js"
},
"author": "Tobin Bradley",
"license": "MIT",
"dependencies": {
"adm-zip": "^0.5.9",
"convert-array-to-csv": "^2.0.0",
"dd-trace": "^3.5.0",
"fastify": "^3.15.1",
"fastify-auth": "^1.2.0",
"fastify-autoload": "^3.7.0",
"fastify-caching": "^6.1.0",
"fastify-compress": "^3.4.2",
"fastify-cors": "^6.0.0",
"fastify-postgres": "^3.5.0",
"fastify-static": "^4.0.1",
"fastify-swagger": "^4.7.0",
"json2csv": "^5.0.6",
"json2xls": "^0.1.2",
"jspdf": "^2.4.0",
"jspdf-autotable": "^3.5.23",
"jszip": "^3.9.1",
"node-windows": "^1.0.0-beta.6",
"nodemailer": "^6.7.5",
"octokit": "^1.7.1",
"pdfkit": "^0.12.3",
"pdfkit-table": "^0.1.54",
"pg": "^8.6.0",
"windows-eventlog": "^2.0.0",
"zip-local": "^0.3.5"
},
"devDependencies": {
"jsdoc-to-markdown": "^4.0.1",
"prettier": "2.5.1"
}
}