| 1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "@vueuse/metadata",
- "type": "module",
- "version": "14.3.0",
- "description": "Metadata for VueUse functions",
- "author": "Anthony Fu <https://github.com/antfu>",
- "license": "MIT",
- "funding": "https://github.com/sponsors/antfu",
- "homepage": "https://github.com/vueuse/vueuse/tree/main/packages/metadata#readme",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vueuse/vueuse.git",
- "directory": "packages/metadata"
- },
- "bugs": {
- "url": "https://github.com/vueuse/vueuse/issues"
- },
- "keywords": [
- "vue",
- "vue-use"
- ],
- "sideEffects": false,
- "exports": {
- ".": "./dist/index.js",
- "./*": "./dist/*",
- "./package.json": "./package.json"
- },
- "main": "./dist/index.js",
- "module": "./dist/index.js",
- "types": "./dist/index.d.ts",
- "files": [
- "dist"
- ],
- "scripts": {
- "update": "tsx scripts/update.ts",
- "build": "tsdown"
- }
- }
|