package.json 385 B

123456789101112131415161718
  1. {
  2. "name": "@smartcut/api-client",
  3. "version": "1.0.0",
  4. "description": "智裁云统一API封装客户端",
  5. "main": "./src/index.ts",
  6. "types": "./src/index.ts",
  7. "scripts": {
  8. "build": "tsc --noEmit",
  9. "clean": "rimraf dist"
  10. },
  11. "dependencies": {
  12. "axios": "^1.6.0",
  13. "@smartcut/types": "workspace:*"
  14. },
  15. "devDependencies": {
  16. "typescript": "^5.3.0"
  17. }
  18. }