UNPKG

@vue-macros/api

Version:

General API for Vue Macros.

53 lines 1.12 kB
{ "name": "@vue-macros/api", "version": "3.0.0-beta.7", "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", "tag": "next" }, "dependencies": { "neverthrow": "^8.2.0", "oxc-resolver": "^5.0.1", "@vue-macros/common": "3.0.0-beta.7" }, "engines": { "node": ">=20.18.0" }, "scripts": { "build": "tsup", "dev": "DEV=true tsup" } }