27 lines
521 B
JSON
27 lines
521 B
JSON
{
|
|
"name": "@native-vue-router/core",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"sideEffects": [
|
|
"./dist/style.css"
|
|
],
|
|
"scripts": {
|
|
"build": "vite build --config vite.config.ts && vue-tsc -p tsconfig.json --emitDeclarationOnly"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
},
|
|
"./style.css": "./dist/style.css"
|
|
},
|
|
"peerDependencies": {
|
|
"vue": "^3.5.0",
|
|
"vue-router": "^5.0.0"
|
|
}
|
|
}
|