@vue-macros/api
Version:
General API for Vue Macros.
49 lines • 1.02 kB
JSON
{
"name": "@vue-macros/api",
"version": "3.1.1",
"description": "General API for Vue Macros.",
"type": "module",
"keywords": [
"vue-macros",
"macros",
"vue",
"sfc",
"setup",
"script-setup",
"api"
],
"license": "MIT",
"homepage": "https://vue-macros.dev",
"bugs": {
"url": "https://github.com/vue-macros/vue-macros/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vue-macros/vue-macros.git",
"directory": "packages/api"
},
"author": "Kevin Deng <sxzz@sxzz.moe>",
"funding": "https://github.com/sponsors/vue-macros",
"files": [
"dist"
],
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": "./dist/index.js",
"./*": "./*"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"neverthrow": "^8.2.0",
"oxc-resolver": "^11.8.3",
"@vue-macros/common": "3.1.1"
},
"engines": {
"node": ">=20.19.0"
},
"scripts": {}
}