react-terminal-ui
Version:
A terminal react component with support for light and dark modes.
64 lines (63 loc) • 1.56 kB
JSON
{
"name": "react-terminal-ui",
"version": "1.4.0",
"description": "A terminal react component with support for light and dark modes.",
"main": "build/index.js",
"module": "build/index.es.js",
"jsnext:main": "build/index.es.js",
"types": "build/index.d.ts",
"files": [
"build/**"
],
"scripts": {
"build": "./bin/build.sh",
"install-peers": "install-peers -f",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jonmbake/react-terminal-ui.git"
},
"keywords": [
"terminal",
"react",
"component",
"light",
"dark"
],
"author": "Jon Bake",
"license": "MIT",
"bugs": {
"url": "https://github.com/jonmbake/react-terminal-ui/issues"
},
"homepage": "https://github.com/jonmbake/react-terminal-ui#readme",
"devDependencies": {
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.0",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.7",
"@testing-library/jest-dom": "^6.0.0",
"identity-obj-proxy": "^3.0.0",
"install-peers-cli": "^2.2.0",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.1.0",
"typescript": "^5.2.2"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"jest": {
"moduleNameMapper": {
"\\.(css|less)$": "identity-obj-proxy"
},
"preset": "ts-jest",
"testEnvironment": "jsdom",
"collectCoverage": true,
"coverageReporters": [
"html"
],
"coverageDirectory": "docs/coverage"
}
}