kopia lustrzana https://github.com/FacilMap/facilmap
91 wiersze
2.5 KiB
JSON
91 wiersze
2.5 KiB
JSON
{
|
|
"name": "facilmap-server",
|
|
"version": "3.4.0",
|
|
"type": "module",
|
|
"description": "A fully-featured OpenStreetMap-based map where markers and lines can be added with live collaboration.",
|
|
"keywords": [
|
|
"maps",
|
|
"osm"
|
|
],
|
|
"homepage": "https://github.com/FacilMap/facilmap",
|
|
"bugs": {
|
|
"url": "https://github.com/FacilMap/facilmap/issues"
|
|
},
|
|
"license": "AGPL-3.0",
|
|
"author": "Candid Dauth <cdauth@cdauth.eu>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/FacilMap/facilmap.git"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src",
|
|
"README.md",
|
|
"tsconfig.json",
|
|
"bin"
|
|
],
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"clean": "rimraf dist",
|
|
"server": "DOTENV_CONFIG_PATH=../config.env node ./bin/facilmap-server.js",
|
|
"ts-server": "DOTENV_CONFIG_PATH=../config.env node ./esrun.js",
|
|
"dev-server": "FM_DEV=true DOTENV_CONFIG_PATH=../config.env node ./esrun.js",
|
|
"test": "vitest run",
|
|
"test-watch": "vitest",
|
|
"check-types": "tsc --noEmit",
|
|
"lint": "eslint src/**/*.ts"
|
|
},
|
|
"main": "./dist/facilmap-server.mjs",
|
|
"types": "./dist/facilmap-server.d.ts",
|
|
"directories": {
|
|
"bin": "./bin"
|
|
},
|
|
"dependencies": {
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"compression": "^1.7.4",
|
|
"compressjs": "^1.0.3",
|
|
"dotenv": "^16.3.1",
|
|
"ejs": "^3.1.9",
|
|
"express": "^4.18.2",
|
|
"express-domain-middleware": "^0.1.0",
|
|
"facilmap-frontend": "workspace:^",
|
|
"facilmap-leaflet": "workspace:^",
|
|
"facilmap-types": "workspace:^",
|
|
"facilmap-utils": "workspace:^",
|
|
"find-cache-dir": "^5.0.0",
|
|
"lodash-es": "^4.17.21",
|
|
"maxmind": "^4.3.17",
|
|
"md5-file": "^5.0.0",
|
|
"mysql2": "^3.6.3",
|
|
"node-cron": "^3.0.3",
|
|
"p-throttle": "^5.1.0",
|
|
"sequelize": "^6.34.0",
|
|
"socket.io": "^4.7.2",
|
|
"string-similarity": "^4.0.4",
|
|
"strip-bom-buf": "^4.0.0",
|
|
"unzipper": "^0.10.14"
|
|
},
|
|
"devDependencies": {
|
|
"@digitak/esrun": "^3.2.25",
|
|
"@types/cheerio": "^0.22.34",
|
|
"@types/compression": "^1.7.5",
|
|
"@types/debug": "^4.1.12",
|
|
"@types/ejs": "^3.1.5",
|
|
"@types/express": "^4.17.21",
|
|
"@types/express-domain-middleware": "^0.0.9",
|
|
"@types/geojson": "^7946.0.13",
|
|
"@types/lodash-es": "^4.17.11",
|
|
"@types/node": "^20.9.0",
|
|
"@types/node-cron": "^3.0.11",
|
|
"@types/string-similarity": "^4.0.2",
|
|
"cpy-cli": "^5.0.0",
|
|
"debug": "^4.3.4",
|
|
"rimraf": "^5.0.5",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^4.5.0",
|
|
"vite-plugin-dts": "^3.6.3",
|
|
"vitest": "^0.34.6"
|
|
}
|
|
}
|