UNPKG

hitext

Version:

Text decoration done right

47 lines (46 loc) 1.17 kB
{ "name": "hitext", "version": "1.0.0-beta.1", "description": "Text decoration done right", "repository": "hitext/hitext", "author": "Roman Dvornov <rdvornov@gmail.com> (https://github.com/lahmatiy)", "license": "MIT", "keywords": [ "text", "decoration" ], "main": "./src/index", "browser": { "./src/printer/tty.js": "./src/printer/noop.js" }, "scripts": { "lint": "eslint src test", "lint-and-test": "npm run lint && npm test", "test": "mocha --reporter ${REPORTER:-progress}", "build": "rollup --config", "prepublishOnly": "npm run build", "coverage": "nyc npm test", "travis": "nyc npm run lint-and-test && npm run coveralls", "coveralls": "nyc report --reporter=text-lcov | coveralls" }, "dependencies": { "ansi-styles": "^3.2.1" }, "devDependencies": { "@rollup/plugin-commonjs": "^11.0.2", "@rollup/plugin-node-resolve": "^7.1.1", "coveralls": "^3.0.11", "eslint": "^6.5.1", "mocha": "^6.2.3", "nyc": "^14.1.0", "rollup": "^1.32.1", "rollup-plugin-terser": "^5.3.0" }, "engines": { "node": ">=8.0.0" }, "files": [ "dist", "src" ] }