@mariabitsch/codependency
Version:
An unhealthy relationship manager for JavaScript packages - they can't live with each other, but they can't live without each other either.
38 lines (37 loc) • 1.01 kB
JSON
{
"name": "@mariabitsch/codependency",
"version": "0.1.0",
"description": "An unhealthy relationship manager for JavaScript packages - they can't live with each other, but they can't live without each other either.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified - but that's okay, we trust you\" && exit 0",
"start": "node src/index.js",
"therapy": "node src/therapy.js"
},
"keywords": [
"dependency",
"management",
"joke",
"humor",
"april-fools",
"codependency",
"therapy"
],
"author": "Maria Bitsch <mariacodes@salonen.dk>",
"contributors": [
"Claude"
],
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
"figlet": "^1.5.2",
"inquirer": "^8.2.4",
"node-emoji": "^1.11.0"
},
"codependencies": {
"express": "needs-constant-validation",
"react": "can't-make-decisions-without",
"lodash": "obsessively-imports-everything",
"moment": "terrified-of-being-deprecated"
}
}