UNPKG

text-utilities

Version:
35 lines (34 loc) 710 B
{ "name": "text-utilities", "version": "0.0.1", "description": "Text utilities", "main": "index.js", "scripts": { "build": "tsc", "test": "mocha --reporter spec" }, "repository": { "type": "git", "url": "git+https://github.com/smikez/text-utils.git" }, "keywords": [ "text", "utils", "readline", "read-line", "line-by-line", "streams" ], "author": "Mihai Popoaei", "license": "ISC", "bugs": { "url": "https://github.com/smikez/text-utils/issues" }, "homepage": "https://github.com/smikez/text-utils#readme", "devDependencies": { "assert": "^1.4.1", "chai": "^4.2.0", "mocha": "^6.0.2", "typescript": "^3.3.3333" } }