package.json•1.12 kB
{
"name": "@standardbeagle/brum",
"version": "1.3.0",
"description": "Your Terminal UI Development Buddy with intelligent monitoring",
"main": "index.js",
"bin": {
"brum": "bin/brum"
},
"scripts": {
"postinstall": "node install.js",
"server": "npx -y http-server",
"test": "echo \"Error: no test specified\" && exit 1",
"test1": "node test-server.js server1",
"test2": "PORT=3002 node test-server.js server2"
},
"keywords": [
"terminal",
"tui",
"development",
"monitoring",
"cli",
"npm-scripts",
"package-manager",
"developer-tools"
],
"author": "Standard Beagle",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/standardbeagle/brummer.git"
},
"bugs": {
"url": "https://github.com/standardbeagle/brummer/issues"
},
"homepage": "https://standardbeagle.github.io/brummer/",
"engines": {
"node": ">=14.0.0"
},
"files": [
"install.js",
"bin/",
"index.js",
"README.md"
],
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"x64",
"arm64"
]
}