facilmap/integration-tests/package.json

38 wiersze
996 B
JSON

{
"name": "facilmap-integration-tests",
"version": "4.0.0",
"private": true,
"type": "module",
"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"
},
"scripts": {
"integration-tests": "vitest run",
"integration-tests-watch": "vitest watch",
"check-types": "tsc -b --emitDeclarationOnly",
"lint": "eslint src/**/*.ts"
},
"dependencies": {
"facilmap-client": "workspace:^",
"facilmap-types": "workspace:^",
"facilmap-utils": "workspace:^",
"lodash-es": "^4.17.21",
"socket.io-client": "^4.7.5",
"vitest": "^1.4.0"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"typescript": "^5.4.4",
"vite": "^5.2.8",
"vite-plugin-dts": "^3.8.1",
"vite-tsconfig-paths": "^4.3.2"
}
}