platform-codebase/features/marketplace/plugin-booking/package.json
2026-02-06 05:00:03 -08:00

27 lines
584 B
JSON
Executable file

{
"name": "@lilith/plugin-booking",
"version": "1.0.0",
"private": true,
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": "./src/index.ts"
},
"scripts": {
"type-check": "tsc --noEmit"
},
"dependencies": {
"@lilith/api-client": "*",
"@lilith/service-registry": "^1.3.0",
"@lilith/types": "*"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@lilith/vite-plugin-dependency-startup": "^1.1.1",
"@types/react": "^19.2.8",
"typescript": "^5.9.3"
}
}