facilmap/utils/package.json

62 wiersze
1.5 KiB
JSON

{
"name": "facilmap-utils",
"version": "3.4.0",
"description": "FacilMap helper functions used in both the frontend and backend.",
"keywords": [
"webpack",
"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 --noEmit"
},
"files": [
"dist",
"src",
"README.md",
"tsconfig.json"
],
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"dompurify": "^3.0.1",
"facilmap-types": "3.4.0",
"filtrex": "^2.2.3",
"jquery": "^3.6.4",
"jsdom": "^21.1.1",
"linkify-string": "^4.1.1",
"linkifyjs": "^4.1.1",
"marked": "^4.3.0"
},
"devDependencies": {
"@types/cheerio": "^0.22.31",
"@types/dompurify": "^3.0.1",
"@types/jest": "^29.5.0",
"@types/jquery": "^3.5.16",
"@types/jsdom": "^21.1.1",
"@types/linkifyjs": "^2.1.4",
"@types/marked": "^4.0.8",
"jest": "^29.5.0",
"rimraf": "^4.4.1",
"rollup-plugin-auto-external": "^2.0.0",
"ts-jest": "^29.1.0",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-dts": "^3.5.4"
}
}