UNPKG

lliw

Version:

[![NPM version](https://img.shields.io/npm/v/lliw.svg)](https://www.npmjs.com/package/lliw)

29 lines (28 loc) 455 B
{ "name": "lliw", "version": "2.0.0", "license": "WTFPL", "repository": { "type": "git", "url": "https://github.com/tmont/lliw.git" }, "keywords": [ "color", "ansi", "welsh", "wales" ], "devDependencies": { "mocha": "11.0.1", "expect.js": "0.3.1", "typescript": "5.7.3" }, "types": "./index.d.ts", "files": [ "index.js", "index.d.ts" ], "scripts": { "test": "node_modules/.bin/mocha -R dot -s 5000 -t 5000 tests" } }