Files
Native-Router-Vue/packages/capacitor/package.json
2026-07-22 02:12:05 +00:00

25 lines
533 B
JSON

{
"name": "@native-vue-router/capacitor",
"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": {
"@capacitor/app": "^8.0.0",
"@capacitor/core": "^8.0.0",
"@capacitor/haptics": "^8.0.0",
"@native-vue-router/core": "^0.1.0"
}
}