middleout.js
Version:
A spoof compression library that pretends to revolutionize data compression using made-up algorithms — inspired by the legendary middle-out compression from Silicon Valley
72 lines (71 loc) • 1.61 kB
JSON
{
"name": "middleout.js",
"version": "3.1.5",
"description": "A spoof compression library that pretends to revolutionize data compression using made-up algorithms — inspired by the legendary middle-out compression from Silicon Valley",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsup",
"dev": "ts-node bin/cli.ts",
"test": "jest",
"prepublishOnly": "npm run build",
"lint": "tsc --noEmit",
"clean": "rm -rf dist"
},
"bin": {
"middleout": "./dist/cli.js"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"keywords": [
"compression",
"silicon-valley",
"middle-out",
"weissman-score",
"spoof",
"satire",
"pied-piper",
"fake-compression",
"entertainment",
"hbo",
"rle",
"cli",
"typescript",
"comedy",
"parody"
],
"author": {
"name": "theniitettey",
"url": "https://github.com/theniitettey"
},
"license": "MIT",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/theniitettey/middleout.js.git"
},
"bugs": {
"url": "https://github.com/theniitettey/middleout.js/issues"
},
"homepage": "https://github.com/theniitettey/middleout.js#readme",
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"chalk": "^5.4.1",
"commander": "^14.0.0"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"jest": "^30.0.5",
"np": "^10.2.0",
"ts-jest": "^29.4.0",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.16",
"tsup": "^8.5.0",
"typescript": "^5.8.3"
}
}