kopia lustrzana https://github.com/FacilMap/facilmap
49 wiersze
1.2 KiB
JSON
49 wiersze
1.2 KiB
JSON
{
|
|
"name": "facilmap-utils",
|
|
"version": "3.0.0-beta3",
|
|
"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": "./src/index.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/FacilMap/facilmap.git"
|
|
},
|
|
"scripts": {
|
|
"types": "tsc --noEmit src/*",
|
|
"lint": "eslint src/*"
|
|
},
|
|
"dependencies": {
|
|
"cheerio": "^1.0.0-rc.5",
|
|
"dompurify": "^2.2.7",
|
|
"eslint": "^7.21.0",
|
|
"facilmap-types": "3.0.0-beta3",
|
|
"filtrex": "^2.1.0",
|
|
"jquery": "^3.6.0",
|
|
"jsdom": "^16.5.1",
|
|
"linkifyjs": "^3.0.0-beta.3",
|
|
"marked": "^2.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cheerio": "^0.22.27",
|
|
"@types/dompurify": "^2.2.1",
|
|
"@types/jest": "^26.0.21",
|
|
"@types/jquery": "^3.5.5",
|
|
"@types/linkifyjs": "^2.1.3",
|
|
"@types/marked": "^2.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^4.18.0",
|
|
"@typescript-eslint/parser": "^4.18.0",
|
|
"jest": "^26.6.3",
|
|
"ts-jest": "^26.5.4",
|
|
"typescript": "^4.2.3"
|
|
}
|
|
}
|