@ts-macro/twoslash
Version:
Extended Twoslash for ts-macro support
71 lines • 1.67 kB
JSON
{
"name": "@ts-macro/twoslash",
"type": "module",
"version": "0.0.3",
"description": "Extended Twoslash for ts-macro support",
"author": "zhiyuanzmj",
"license": "MIT",
"funding": "https://github.com/sponsors/zhiyaunzmj",
"homepage": "https://github.com/twoslashes/twoslash#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/twoslashes/twoslash.git"
},
"bugs": "https://github.com/twoslashes/twoslash/issues",
"keywords": [
"twoslash",
"tsm",
"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": {
"@ts-macro/language-plugin": "^0.1.25",
"@volar/language-core": "^2.4.12",
"ts-macro": "^0.1.25",
"twoslash": "^0.3.1",
"twoslash-protocol": "^0.3.1"
},
"devDependencies": {
"@antfu/eslint-config": "^4.10.0",
"@shikijs/twoslash": "^3.2.1",
"@types/node": "^22.13.10",
"bumpp": "^10.1.0",
"eslint": "^9.22.0",
"shiki": "^3.2.1",
"unbuild": "^3.5.0",
"vite": "^6.2.1",
"vitest": "^3.0.8",
"vue": "^3.5.13"
},
"scripts": {
"build": "unbuild",
"dev": "unbuild --stub",
"start": "esno src/index.ts",
"test": "vitest",
"release": "bumpp -r && pnpm publish --access public --no-git-checks"
}
}