@vuecs/link
Version:
A package containing a link component.
57 lines (56 loc) • 1.41 kB
JSON
{
"name": "@vuecs/link",
"version": "2.1.1",
"type": "module",
"description": "A package containing a link component.",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs"
}
},
"files": [
"dist"
],
"sideEffects": false,
"keywords": [
"link",
"vue-router",
"nuxt",
"router-link",
"nuxt-link",
"vue"
],
"author": {
"name": "Peter Placzek",
"email": "contact@tada5hi.net",
"url": "https://tada5hi.net"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/tada5hi/vuecs.git",
"directory": "packages/link"
},
"scripts": {
"build:js": "tsdown",
"build:types": "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.build.json",
"build": "rimraf dist && npm run build:js && npm run build:types",
"test": "npm run build:types && vitest --config test/vitest.config.ts --run"
},
"devDependencies": {
"@vue/test-utils": "^2.4.11",
"jsdom": "^29.1.1",
"vue": "^3.5.40"
},
"peerDependencies": {
"vue": "^3.x"
},
"engines": {
"node": ">=22.0.0"
},
"publishConfig": {
"access": "public"
}
}