1
0
Files
logger/package.json

33 lines
617 B
JSON

{
"name": "@nixkrystik/logger",
"description": "A heavily stripped down logging library for JavaScript & TypeScript.",
"version": "1.0.3",
"author": {
"name": "Nix Krystik",
"url": "https://github.com/nixthebat"
},
"repository": {
"url": "https://github.com/nixthebat/logger",
"type": "git"
},
"bugs": {
"url": "https://github.com/nixthebat/logger/issues"
},
"license": "BSD-3-Clause",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepublish": "tsc"
},
"devDependencies": {
"@types/node": "25.4.0",
"typescript": "5.9.3"
}
}