UNPKG

iko-error-chalk

Version:

iko AssertionError chalk renderer

50 lines (49 loc) 1.32 kB
{ "name": "iko-error-chalk", "version": "0.2.0", "main": "dist/cjs/index.js", "module": "dist/es5/index.js", "es2015": "dist/es6/index.js", "typings": "dist/typings/index.d.ts", "description": "iko AssertionError chalk renderer", "license": "MIT", "author": { "name": "Boris Kaul", "email": "localvoid@gmail.com", "url": "https://github.com/localvoid" }, "keywords": [ "iko" ], "homepage": "https://github.com/localvoid/iko", "repository": { "type": "git", "url": "https://github.com/localvoid/iko" }, "bugs": { "url": "https://github.com/localvoid/iko/issues" }, "github": "https://github.com/localvoid/iko", "files": [ "dist", "src", "README.md", "LICENSE" ], "scripts": { "prepublish": "npm run clean && npm run dist", "clean": "../../node_modules/.bin/rimraf ./dist", "dist": "npm run dist:es6 && npm run dist:es5 && npm run dist:cjs", "dist:es6": "../../node_modules/.bin/tsc -p ./tsconfig.build.es6.json", "dist:es5": "../../node_modules/.bin/tsc -p ./tsconfig.build.es5.json", "dist:cjs": "../../node_modules/.bin/tsc -p ./tsconfig.build.cjs.json" }, "peerDependencies": { "chalk": "^2.4.1", "tslib": "^1.9.0" }, "dependencies": { "rtext": "^0.1.0", "rtext-render": "^0.1.0" } }