| 123456789101112131415161718 |
- {
- "name": "@smartcut/api-client",
- "version": "1.0.0",
- "description": "智裁云统一API封装客户端",
- "main": "./src/index.ts",
- "types": "./src/index.ts",
- "scripts": {
- "build": "tsc --noEmit",
- "clean": "rimraf dist"
- },
- "dependencies": {
- "axios": "^1.6.0",
- "@smartcut/types": "workspace:*"
- },
- "devDependencies": {
- "typescript": "^5.3.0"
- }
- }
|