Files
dependabot[bot] 38775eef01 build(deps): bump the npm_and_yarn group across 2 directories with 5 updates (#620)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Farnabaz <farnabaz@gmail.com>
2026-09-15 12:41:11 +02:00

46 lines
1001 B
JSON

{
"name": "@streamdown/code",
"version": "1.1.1",
"description": "Shiki syntax highlighting plugin for Streamdown",
"repository": {
"type": "git",
"url": "git+https://github.com/vercel/streamdown.git",
"directory": "packages/streamdown-code"
},
"license": "Apache-2.0",
"author": "Hayden Bleasel <hayden.bleasel@vercel.com>",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"engines": {
"node": ">=20"
},
"scripts": {
"build": "tsup",
"test": "vitest run",
"test:coverage": "vitest --coverage run"
},
"dependencies": {
"shiki": "^4.4.3"
},
"devDependencies": {
"@vitest/coverage-v8": "^4.1.10",
"tsup": "^8.5.1",
"typescript": "^5.9.3",
"vitest": "^5.0.0"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0"
}
}