Warp/node_modules/@vueuse/metadata/package.json

38 lines
944 B
JSON
Raw Normal View History

2024-01-05 12:14:38 +00:00
{
"name": "@vueuse/metadata",
"type": "module",
"version": "14.2.1",
2024-01-05 12:14:38 +00:00
"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/*"
2024-01-05 12:14:38 +00:00
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
2024-01-05 12:14:38 +00:00
"files": [
"dist"
2024-01-05 12:14:38 +00:00
],
"scripts": {
"update": "tsx scripts/update.ts",
"build": "tsdown",
"test:attw": "attw --pack --config-path ../../.attw.json ."
2024-01-05 12:14:38 +00:00
}
}