| 1234567891011121314151617 |
- {
- "name": "@smartcut/shared-utils",
- "version": "1.0.0",
- "description": "智裁云共享工具函数库",
- "main": "./src/index.ts",
- "types": "./src/index.ts",
- "scripts": {
- "build": "tsc --noEmit",
- "clean": "rimraf dist"
- },
- "dependencies": {
- "@smartcut/types": "workspace:*"
- },
- "devDependencies": {
- "typescript": "^5.3.0"
- }
- }
|