25 lines
579 B
JSON
25 lines
579 B
JSON
{
|
|
"name": "mapix",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json && node dist/shared/copy-vendor-assets.js",
|
|
"dev": "node --watch dist/index.js",
|
|
"start": "node dist/index.js",
|
|
"test": "npm run build && node --test dist/server/nextcloud-proxy.test.js",
|
|
"check": "tsc -p tsconfig.json --noEmit"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.0.0",
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"exifr": "^7.1.3",
|
|
"leaflet": "^1.9.4"
|
|
}
|
|
}
|