forked from GEOLYTIX/xyz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.32 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
{
"name": "xyz",
"version": "v4.12.2",
"repository": {
"type": "git",
"url": "https://github.com/geolytix/xyz"
},
"engines": {
"node": ">=18.x"
},
"scripts": {
"test": "codi tests",
"_build": "npx esbuild ./lib/mapp.mjs ./lib/ui.mjs --bundle --minify --tree-shaking=false --sourcemap --format=iife --outdir=./public/js/lib",
"version": "node version.js",
"generate-docs": "jsdoc --configure jsdoc_mapp.json --verbose && jsdoc --configure jsdoc_xyz.json --verbose && jsdoc --configure jsdoc_test.json --verbose",
"mapp-docs": "jsdoc --configure jsdoc_mapp.json --verbose",
"xyz-docs": "jsdoc --configure jsdoc_xyz.json --verbose",
"test-docs": "jsdoc --configure jsdoc_test.json --verbose"
},
"license": "MIT",
"dependencies": {
"@aws-sdk/client-s3": "^3.621.0",
"@aws-sdk/cloudfront-signer": "^3.621.0",
"@aws-sdk/s3-request-presigner": "^3.621.0",
"bcrypt": "^5.1.1",
"jsonwebtoken": "^9.0.2",
"nodemailer": "^6.9.7",
"pg": "^8.7.3",
"simple-statistics": "^7.8.3"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"clean-jsdoc-theme": "^4.3.0",
"codi-test-framework": "^0.0.33",
"cookie-parser": "^1.4.5",
"dotenv": "^16.4.5",
"esbuild": "^0.19.11",
"eslint": "^9.13.0",
"express": "^4.18.3",
"uhtml": "^3.1.0"
}
}