UNPKG

lib-curses

Version:

Simple node.js library for work with console

41 lines (40 loc) 1.01 kB
{ "name": "lib-curses", "version": "0.1.2", "description": "Simple node.js library for work with console", "keywords": [ "console", "curses", "ncurses", "pdcurses", "input", "print", "getch", "nodejs", "output" ], "main": "dist/index.js", "types": "dist/index.d.ts", "repository": "https://github.com/fwmakc/lib-curses.git", "author": "fwmakc <fwmakc@mail.ru>", "license": "MIT", "scripts": { "build": "tsc", "dev": "ts-node src/index.ts", "start": "node dist/index.js", "lint": "eslint \"src/**/*.{js,mjs,cjs,ts,mts,cts}\" --fix" }, "devDependencies": { "@types/node": "^24.1.0", "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", "eslint": "^8.0.1", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "prettier": "^2.3.2", "ts-node": "^10.9.2", "typescript": "^5.8.3" }, "dependencies": { } }