@darkobits/lolcatjs
Version:
Fork of https://github.com/robertmarsal/lolcatjs.
55 lines (54 loc) • 1.23 kB
JSON
{
"name": "@darkobits/lolcatjs",
"description": "Fork of https://github.com/robertmarsal/lolcatjs.",
"version": "4.0.1",
"author": "darkobits",
"license": "Hippocratic",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/darkobits/lolcatjs.git"
},
"keywords": [
"for",
"the",
"lulz"
],
"bin": {
"lolcatjs": "dist/bin/cli.js"
},
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"prepare": "nr prepare",
"help": "nr --scripts"
},
"dependencies": {
"@darkobits/adeiu": "^0.4.1",
"@darkobits/saffron": "^0.32.17",
"@darkobits/sleep": "^3.0.0",
"ansi": "^0.3.1",
"async-lock": "^1.4.1",
"chalk": "^5.3.0",
"fs-extra": "^11.2.0",
"ow": "^2.0.0",
"p-each-series": "^3.0.0",
"p-stream": "^1.0.3",
"split2": "^4.2.0",
"strip-color": "^0.1.0",
"through": "^2.3.8",
"yargs": "^17.7.2"
},
"devDependencies": {
"@darkobits/ts": "^0.20.10",
"@types/ansi": "^0.3.6",
"@types/async-lock": "^1.4.2",
"@types/fs-extra": "^11.0.4",
"@types/split2": "^4.2.3",
"@types/strip-color": "^0.1.2",
"@types/through": "0.0.33",
"@types/yargs": "^17.0.32"
}
}