56 lines
1.2 KiB
JSON
56 lines
1.2 KiB
JSON
|
|
{
|
||
|
|
"name": "twoslash-vue",
|
||
|
|
"type": "module",
|
||
|
|
"version": "0.2.12",
|
||
|
|
"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": "*"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@vue/language-core": "~2.1.6",
|
||
|
|
"twoslash": "0.2.12",
|
||
|
|
"twoslash-protocol": "0.2.12"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"build": "unbuild",
|
||
|
|
"dev": "unbuild --stub",
|
||
|
|
"start": "esno src/index.ts"
|
||
|
|
}
|
||
|
|
}
|