XuqmGroup-Symbolicator/package.json

31 行
736 B
JSON

{
"name": "@xuqm/symbolicator",
"version": "1.0.0",
"description": "BugCollect 符号化服务 - 支持 RN/Android/iOS/Flutter",
"main": "dist/index.js",
"engines": {
"node": ">=22.22.0 <27"
},
"scripts": {
"dev": "tsx watch src/index.ts",
"build": "tsc",
"test": "node --import tsx --test test/**/*.test.ts",
"check": "npm run build && npm test",
"start": "node dist/index.js"
},
"dependencies": {
"cors": "2.8.6",
"express": "5.2.1",
"multer": "2.2.0",
"source-map": "0.8.0"
},
"devDependencies": {
"@types/cors": "2.8.19",
"@types/express": "5.0.6",
"@types/multer": "2.2.0",
"@types/node": "24.13.3",
"tsx": "4.23.1",
"typescript": "7.0.2"
}
}