Files
resume-reformer/vendor/oh-my-cv/packages/vue-shortcuts/package.json
T
2026-07-27 00:56:18 +03:30

40 lines
1019 B
JSON

{
"name": "@ohmycv/vue-shortcuts",
"version": "0.1.1",
"description": "Use keyboard shortcuts in Vue.",
"homepage": "https://github.com/Renovamen/oh-my-cv/tree/main/packages/vue-shortcuts",
"bugs": {
"url": "https://github.com/Renovamen/oh-my-cv"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Renovamen/oh-my-cv.git",
"directory": "packages/vue-shortcuts"
},
"license": "MIT",
"author": "Renovamen <renovamenzxh@gmail.com>",
"files": [
"dist"
],
"exports": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"build-fast:pkg": "tsup src/index.ts --format cjs,esm",
"build:pkg": "pnpm run build-fast:pkg --dts"
},
"dependencies": {
"@renovamen/utils": "workspace:*",
"@vueuse/core": "^10.11.0",
"vue": "^3.4.31"
},
"publishConfig": {
"access": "public"
}
}