1
0
Files
logger/package.json
2026-05-06 19:20:47 +08:00

29 lines
531 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://git.hep.gg/nix"
},
"repository": {
"url": "https://git.hep.gg/nix/logger",
"type": "git"
},
"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"
}
}