mirror of
https://github.com/vercel/streamdown.git
synced 2026-09-19 02:18:37 +08:00
c2337f06d7
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
44 lines
1001 B
JSON
44 lines
1001 B
JSON
{
|
|
"name": "@streamdown/code",
|
|
"version": "1.0.1",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js",
|
|
"require": "./dist/index.cjs"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"test": "vitest run",
|
|
"test:coverage": "vitest --coverage run"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.0.0 || ^19.0.0"
|
|
},
|
|
"dependencies": {
|
|
"shiki": "^3.19.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vitest/coverage-v8": "^4.0.15",
|
|
"tsup": "^8.5.1",
|
|
"typescript": "^5.9.3",
|
|
"vitest": "^4.0.15"
|
|
},
|
|
"author": "Hayden Bleasel <hayden.bleasel@vercel.com>",
|
|
"license": "Apache-2.0",
|
|
"description": "Shiki syntax highlighting plugin for Streamdown",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vercel/streamdown.git",
|
|
"directory": "packages/streamdown-code"
|
|
}
|
|
}
|