33 lines
698 B
JSON
33 lines
698 B
JSON
{
|
|
"name": "@native-vue-router/core-v2",
|
|
"version": "0.1.0-experimental.0",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://git.harvmaster.com/Harvmaster/Native-Router-Vue.git",
|
|
"directory": "packages/core-v2"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"API.md",
|
|
"README.md"
|
|
],
|
|
"sideEffects": [
|
|
"./dist/style.css"
|
|
],
|
|
"scripts": {
|
|
"build": "vite build --config vite.config.ts && vue-tsc -p tsconfig.json --emitDeclarationOnly"
|
|
},
|
|
"peerDependencies": {
|
|
"vue": "^3.5.0"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
},
|
|
"./style.css": "./dist/style.css"
|
|
}
|
|
}
|