package.json 329 B

123456789101112131415161718
  1. {
  2. "name": "@repo/api-service",
  3. "version": "1.0.0",
  4. "private": true,
  5. "exports": {
  6. ".": "./index.ts"
  7. },
  8. "scripts": {
  9. "genapi": "openapi2ts"
  10. },
  11. "devDependencies": {
  12. "@repo/typescript-config": "workspace:*",
  13. "@repo/api-client": "workspace:*",
  14. "@umijs/openapi": "^1.14.1"
  15. },
  16. "license": "MIT"
  17. }