learning_ai_common_plat/packages/testing/package.json
saravanakumardb1 54e062b989 chore: remove unused devDeps found by depcheck
- react-auth: removed @testing-library/jest-dom (not imported)
- testing: removed @bytelyst/errors, @fastify/cors (not imported)
2026-02-13 00:17:04 -08:00

34 lines
593 B
JSON

{
"name": "@bytelyst/testing",
"version": "0.1.0",
"type": "module",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"test": "vitest run"
},
"devDependencies": {
"@bytelyst/fastify-core": "workspace:*",
"fastify": "^5.2.1"
},
"peerDependencies": {
"vitest": ">=3.0.0",
"fastify": ">=5.0.0"
},
"peerDependenciesMeta": {
"fastify": {
"optional": true
}
}
}