package.json 293 B

1234567891011121314
  1. {
  2. "name": "@smartcut/types",
  3. "version": "1.0.0",
  4. "description": "智裁云TypeScript类型定义",
  5. "main": "./src/index.ts",
  6. "types": "./src/index.ts",
  7. "scripts": {
  8. "build": "tsc --noEmit",
  9. "clean": "rimraf dist"
  10. },
  11. "devDependencies": {
  12. "typescript": "^5.3.0"
  13. }
  14. }