2025-12-01 22:28:51 +08:00
|
|
|
{
|
2025-12-26 09:06:52 +08:00
|
|
|
"name": "@esengine/build-config",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "Shared build configuration for ES Engine packages",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"main": "src/index.ts",
|
|
|
|
|
"exports": {
|
|
|
|
|
".": "./src/index.ts",
|
|
|
|
|
"./presets": "./src/presets/index.ts",
|
|
|
|
|
"./presets/tsup": "./src/presets/plugin-tsup.ts",
|
|
|
|
|
"./plugins": "./src/plugins/index.ts"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"type-check": "tsc --noEmit"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"build",
|
|
|
|
|
"tsup",
|
|
|
|
|
"config"
|
|
|
|
|
],
|
|
|
|
|
"author": "yhh",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
|
|
|
"tsup": "^8.0.0",
|
|
|
|
|
"typescript": "^5.8.3",
|
|
|
|
|
"vite": "^6.3.5",
|
|
|
|
|
"vite-plugin-dts": "^4.5.4"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"tsup": "^8.0.0",
|
|
|
|
|
"vite": "^6.0.0"
|
|
|
|
|
},
|
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
"vite": {
|
|
|
|
|
"optional": true
|
2025-12-01 22:28:51 +08:00
|
|
|
}
|
2025-12-26 09:06:52 +08:00
|
|
|
},
|
|
|
|
|
"private": true
|
2025-12-01 22:28:51 +08:00
|
|
|
}
|