| 1234567891011121314 |
- {
- "name": "@smartcut/types",
- "version": "1.0.0",
- "description": "智裁云TypeScript类型定义",
- "main": "./src/index.ts",
- "types": "./src/index.ts",
- "scripts": {
- "build": "tsc --noEmit",
- "clean": "rimraf dist"
- },
- "devDependencies": {
- "typescript": "^5.3.0"
- }
- }
|