@cocalc/ansi-to-react
Version:
ANSI to React Elements
47 lines • 1.2 kB
JSON
{
"name": "@cocalc/ansi-to-react",
"version": "7.0.0",
"description": "ANSI to React Elements",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"nteractDesktop": "src/index.ts",
"files": [
"lib"
],
"repository": "https://github.com/sagemathinc/ansi-to-react",
"keywords": [
"ansi",
"react"
],
"publishConfig": {
"access": "public"
},
"author": "Kyle Kelley <rgbkrk@gmail.com>, William Stein <wstein@sagemath.com>",
"license": "BSD-3-Clause",
"dependencies": {
"anser": "^2.1.1",
"escape-carriage": "^1.3.0"
},
"peerDependencies": {
"react": "^16.3.2 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.3.2 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@types/enzyme": "^3.10.12",
"@types/jest": "^29.5.0",
"@types/react": "^18.0.29",
"conventional-changelog-conventionalcommits": "^5.0.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.7",
"jest": "^29.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-jest": "^29.0.5",
"typescript": "^5.0.2"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "pnpm exec tsc -b",
"test": "pnpm exec jest"
}
}