43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "remend",
|
|
"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",
|
|
"README.md"
|
|
],
|
|
"homepage": "https://streamdown.ai/docs/termination",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vercel/streamdown.git",
|
|
"directory": "packages/remend"
|
|
},
|
|
"author": "Hayden Bleasel <hayden.bleasel@vercel.com>",
|
|
"license": "Apache-2.0",
|
|
"description": "Self-healing markdown. Intelligently parses and styles incomplete Markdown blocks.",
|
|
"devDependencies": {
|
|
"@vitest/coverage-v8": "^3.2.4",
|
|
"tsup": "^8.5.0",
|
|
"vitest": "^3.2.4"
|
|
},
|
|
"peerDependencies": {},
|
|
"dependencies": {},
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"test": "vitest run",
|
|
"test:ui": "vitest --ui run",
|
|
"test:coverage": "vitest --coverage run",
|
|
"bench": "vitest bench --run > results.txt",
|
|
"bench:ui": "vitest bench --ui --run"
|
|
}
|
|
} |