UNPKG

chalk-pipe

Version:

Create chalk style schemes with simpler style strings

56 lines (55 loc) 1.18 kB
{ "name": "chalk-pipe", "version": "6.0.0", "description": "Create chalk style schemes with simpler style strings", "type": "module", "exports": "./distribution/index.js", "types": "distribution", "engines": { "node": "^12.17.0 || ^14.13 || >=16.0.0" }, "files": [ "distribution" ], "scripts": { "build": "del-cli distribution && tsc", "test": "xo && c8 ava" }, "repository": { "type": "git", "url": "git+https://github.com/LitoMore/chalk-pipe.git" }, "author": "LitoMore", "license": "MIT", "bugs": { "url": "https://github.com/LitoMore/chalk-pipe/issues" }, "homepage": "https://github.com/LitoMore/chalk-pipe#readme", "devDependencies": { "@sindresorhus/tsconfig": "^3.0.1", "@types/node": "^18.8.0", "ava": "^4.3.3", "c8": "^7.12.0", "del-cli": "^3.0.1", "ts-node": "^10.9.1", "typescript": "^4.8.4", "xo": "^0.52.3" }, "dependencies": { "chalk": "^5.1.2" }, "xo": { "prettier": true }, "ava": { "files": [ "source/test.ts" ], "extensions": { "ts": "module" }, "nodeArguments": [ "--loader=ts-node/esm" ] } }