js-logging/package.json

29 lines
589 B
JSON
Raw Normal View History

{
"name": "@jdbernard/logging",
2023-05-30 00:20:12 +00:00
"version": "1.1.5",
"description": "Simple Javascript logging service.",
2021-08-17 04:03:57 +00:00
"main": "dist/index.js",
"types": "dist/index.d.ts",
2023-05-29 23:59:43 +00:00
"files": [
"/dist"
],
"scripts": {
2023-05-29 23:59:43 +00:00
"build": "tsc",
2021-08-17 04:03:57 +00:00
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.jdb-software.com/jdb/js-logging.git"
},
"keywords": [
"log",
"logging"
],
"author": "Jonathan Bernard",
"license": "GPL-3.0",
"devDependencies": {
2023-05-29 23:59:43 +00:00
"typescript": "^5.0.4"
}
}