{ "name": "@jc-video/shared-types", "version": "1.0.0", "description": "前后端共享类型定义", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "dev": "tsc --watch", "clean": "rm -rf dist node_modules" }, "devDependencies": { "typescript": "^5.3.0" } }