UNPKG

minitel-react

Version:

A react renderer for the french Minitel

44 lines (43 loc) 1.1 kB
{ "name": "minitel-react", "version": "6.3.1", "description": "A react renderer for the french Minitel", "main": "dist/index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "npx tsc", "buildpublish": "npm run build && npm publish", "prepublishOnly": "npx tsc" }, "repository": { "type": "git", "url": "git+https://github.com/immjs/minitel-react.git" }, "keywords": [ "minitel", "react" ], "author": "immjs", "license": "Hippocratic-2.1", "bugs": { "url": "https://github.com/immjs/minitel-react/issues" }, "homepage": "https://github.com/immjs/minitel-react#readme", "dependencies": { "minitel-standalone": "^2.6.1", "react": "^18.3.1", "react-reconciler": "^0.29.0", "word-wrap": "^1.2.5" }, "devDependencies": { "@types/express": "^4.17.21", "@types/node": "^20.12.2", "@types/react-reconciler": "^0.28.8", "@types/ws": "^8.5.10", "express": "^4.19.2", "typescript": "^5.4.4", "ws": "^8.16.0", "ws-duplex-bridge": "^1.0.1" } }