vue-data/package.json
Mathias Beaulieu-Duncan e3310a4ab2
All checks were successful
Publish to npm / publish (release) Successful in 11s
new version to test
2025-06-23 17:54:32 -04:00

70 lines
1.6 KiB
JSON

{
"name": "@openharbor/vue-data",
"author": {
"name": "Open Harbor",
"email": "npm@openharbor.com",
"url": "https://git.openharbor.io"
},
"homepage": "https://git.openharbor.io/Open-Harbor/vue-data",
"repository": {
"type": "git",
"url": "https://git.openharbor.io/Open-Harbor/vue-data.git"
},
"bugs": {
"url": "https://git.openharbor.io/Open-Harbor/vue-data/issues"
},
"private": false,
"license": "MIT",
"version": "1.0.1",
"description": "Vue 3 Composition API implementation for OpenHarbor data management.",
"type": "module",
"main": "./dist/vue-openharbor-data.umd.cjs",
"module": "./dist/vue-openharbor-data.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/vue-openharbor-data.js",
"require": "./dist/vue-openharbor-data.umd.cjs"
}
},
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"type-check": "vue-tsc --noEmit --composite false"
},
"peerDependenciesMeta": {
"vue": {
"optional": false
}
},
"peerDependencies": {
"vue": "^3.4.0"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.6",
"@types/node": "^24.0.3",
"@vitejs/plugin-vue": "^5.2.3",
"@vue/tsconfig": "^0.7.0",
"typescript": "~5.8.3",
"vite": "^6.3.5",
"vue": "^3.5.13",
"vue-tsc": "^2.2.8"
},
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610",
"keywords": [
"vue",
"vue3",
"composition-api",
"data-source",
"cqrs",
"openharbor",
"typescript",
"frontend"
]
}