UNPKG

twoslash-vue

Version:

Extended Twoslash for Vue SFC support

56 lines 1.26 kB
{ "name": "twoslash-vue", "type": "module", "version": "0.3.3", "description": "Extended Twoslash for Vue SFC support", "author": "Anthony Fu <anthonyfu117@hotmail.com>", "license": "MIT", "funding": "https://github.com/sponsors/antfu", "homepage": "https://github.com/twoslashes/twoslash#readme", "repository": { "type": "git", "url": "git+https://github.com/twoslashes/twoslash.git", "directory": "packages/twoslash-vue" }, "bugs": "https://github.com/twoslashes/twoslash/issues", "keywords": [ "twoslash", "vue", "shiki" ], "sideEffects": false, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "main": "./dist/index.mjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "typesVersions": { "*": { "*": [ "./dist/*", "./dist/index.d.ts" ] } }, "files": [ "dist" ], "peerDependencies": { "typescript": "^5.5.0" }, "dependencies": { "@vue/language-core": "^3.0.3", "twoslash": "0.3.3", "twoslash-protocol": "0.3.3" }, "scripts": { "build": "unbuild", "dev": "unbuild --stub", "start": "esno src/index.ts" } }