facilmap/utils/package.json

59 wiersze
1.4 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/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/FacilMap/facilmap.git"
},
"scripts": {
"build": "tsc",
"clean": "rimraf dist",
"types": "tsc --noEmit src/*",
"lint": "eslint src/*"
},
"files": [
"dist",
"src",
"README.md",
"tsconfig.json"
],
"dependencies": {
"cheerio": "^1.0.0-rc.5",
"dompurify": "^2.2.7",
"facilmap-types": "3.4.0",
"filtrex": "^2.1.0",
"jquery": "^3.6.0",
"jsdom": "^16.5.1",
"linkifyjs": "^3.0.0-beta.3",
"marked": "^2.0.5"
},
"devDependencies": {
"@types/cheerio": "^0.22.29",
"@types/dompurify": "^2.2.1",
"@types/jest": "^26.0.21",
"@types/jquery": "^3.5.5",
"@types/linkifyjs": "^2.1.3",
"@types/marked": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"eslint": "^8.49.0",
"jest": "^26.6.3",
"rimraf": "^3.0.2",
"ts-jest": "^26.5.4",
"typescript": "^5.2.2"
}
}