facilmap/utils/package.json

60 wiersze
1.5 KiB
JSON

{
"name": "facilmap-utils",
"version": "3.4.0",
"description": "FacilMap helper functions used in both the frontend and backend.",
"keywords": [
"facilmap"
],
"homepage": "https://github.com/FacilMap/facilmap",
"bugs": {
"url": "https://github.com/FacilMap/facilmap/issues"
},
"license": "AGPL-3.0",
"author": "Candid Dauth <cdauth@cdauth.eu>",
"main": "./dist/facilmap-utils.mjs",
"type": "module",
"types": "./dist/facilmap-utils.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/FacilMap/facilmap.git"
},
"scripts": {
"build": "vite build",
"watch": "vite build --watch",
"clean": "rimraf dist",
"check-types": "tsc -b --emitDeclarationOnly",
"test": "vitest run",
"test-watch": "vitest"
},
"files": [
"dist",
"src",
"README.md",
"tsconfig.json"
],
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"dompurify": "^3.0.6",
"facilmap-types": "workspace:^",
"filtrex": "^2.2.3",
"jquery": "^3.7.1",
"jsdom": "^22.1.0",
"linkify-string": "^4.1.2",
"linkifyjs": "^4.1.2",
"lodash-es": "^4.17.21",
"marked": "^9.1.6"
},
"devDependencies": {
"@types/cheerio": "^0.22.34",
"@types/dompurify": "^3.0.5",
"@types/jquery": "^3.5.27",
"@types/jsdom": "^21.1.5",
"@types/linkifyjs": "^2.1.7",
"rimraf": "^5.0.5",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite-plugin-dts": "^3.6.3",
"vitest": "^0.34.6"
}
}