Files
Native-Router-Vue/packages/electron/package.json
2026-07-21 14:54:36 +10:00

11 lines
389 B
JSON

{
"name": "@native-vue-router/electron",
"version": "0.1.0",
"type": "module",
"license": "MIT",
"files": ["dist"],
"scripts": { "build": "vite build --config vite.config.ts && vue-tsc -p tsconfig.json --emitDeclarationOnly" },
"exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } },
"peerDependencies": { "@native-vue-router/core": "^0.1.0" }
}