facilmap/integration-tests/package.json

38 wiersze
996 B
JSON
Czysty Zwykły widok Historia

2024-01-16 17:59:19 +00:00
{
"name": "facilmap-integration-tests",
2024-03-29 01:05:07 +00:00
"version": "4.0.0",
2024-01-16 17:59:19 +00:00
"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",
2024-02-17 14:58:37 +00:00
"integration-tests-watch": "vitest watch",
2024-01-16 17:59:19 +00:00
"check-types": "tsc -b --emitDeclarationOnly",
"lint": "eslint src/**/*.ts"
},
"dependencies": {
"facilmap-client": "workspace:^",
"facilmap-types": "workspace:^",
"facilmap-utils": "workspace:^",
"lodash-es": "^4.17.21",
2024-04-09 19:12:34 +00:00
"socket.io-client": "^4.7.5",
"vitest": "^1.4.0"
2024-01-16 17:59:19 +00:00
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
2024-04-09 19:12:34 +00:00
"typescript": "^5.4.4",
"vite": "^5.2.8",
"vite-plugin-dts": "^3.8.1",
"vite-tsconfig-paths": "^4.3.2"
2024-01-16 17:59:19 +00:00
}
}