stack-console
Version:
A package for make your console better.
36 lines (35 loc) • 810 B
JSON
{
"name": "stack-console",
"version": "1.0.9",
"description": "A package for make your console better.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hosan30/better-consolelog.git"
},
"keywords": [
"console",
"consolelog",
"better-consolelog",
"better-console"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hosan30/better-consolelog/issues"
},
"homepage": "https://github.com/hosan30/better-consolelog#readme",
"devDependencies": {
"@types/node": "^20.8.9",
"typescript": "^5.2.2"
},
"files": [
"lib/**/*"
]
}