nanananana
Version:
Play the Batman theme song from your terminal
20 lines (19 loc) • 419 B
JSON
{
"name": "nanananana",
"version": "1.0.1",
"description": "Play the Batman theme song from your terminal",
"main": "index.js",
"bin": {
"nanananana": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["batman", "theme", "sound", "cli", "fun"],
"author": "",
"license": "ISC",
"type": "commonjs",
"engines": {
"node": ">=14.0.0"
}
}