项目文件夹

文件
caorushizi 38cb884b77 style: apply oxfmt formatting across codebase
Also fix pre-existing lint errors exposed by staging:
- Merge duplicate 'eventsource' imports in eventEmitter.ts
- Remove unused catch parameter in eventEmitter.ts
- Merge duplicate 'react' imports in app-side-bar.tsx

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 12:12:49 +08:00

26 行
549 B
JSON

{
"name": "@mediago/shared-common",
"version": "1.0.0",
"type": "module",
"main": "./build/index.js",
"module": "./build/index.js",
"types": "./build/index.d.ts",
"exports": {
".": "./build/index.js",
"./package.json": "./package.json"
},
"scripts": {
"dev": "tsdown --watch ./src",
"build": "tsdown",
"type:check": "tsc --noEmit"
},
"keywords": [],
"author": "caorushizi",
"license": "MIT",
"devDependencies": {
"@types/node": "^24.7.2",
"typescript": "^6.0.2",
"tsdown": "^0.15.9"
}
}