UNPKG

simple-boolean-table

Version:

A simple Boolean Table Generator with basics operations

44 lines (43 loc) 994 B
{ "name": "simple-boolean-table", "module": "index.ts", "type": "module", "version": "0.1.5", "license": "MIT", "author": "KiritoEM", "description": "A simple Boolean Table Generator with basics operations", "repository": { "type": "git", "url": "git+https://github.com/KiritoEM/boolean-table" }, "homepage": "https://github.com/KiritoEM/boolean-table", "publisher": "KiritoEM", "keywords": [ "truth-table" ], "bin": { "boolean-table": "./index.ts" }, "scripts": { "link": "link:boolean-table", "test": "jest" }, "devDependencies": { "@types/bun": "latest", "@types/chalk": "^2.2.4", "@types/figlet": "^1.7.0", "@types/gradient-string": "^1.1.6", "@types/jest": "^29.5.14", "jest": "^29.7.0", "ts-jest": "^29.2.6" }, "peerDependencies": { "typescript": "^5.8.2" }, "dependencies": { "chalk": "^5.4.1", "figlet": "^1.8.0", "gradient": "^0.2.0", "gradient-string": "^3.0.0" } }