js-logging/package.json

30 lines
653 B
JSON
Raw Normal View History

{
"name": "@jdbernard/logging",
2021-08-17 04:03:57 +00:00
"version": "1.1.3",
"description": "Simple Javascript logging service.",
2021-08-17 04:03:57 +00:00
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [ "/dist" ],
"scripts": {
"build": "tsc --build tsconfig.json",
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": {
"typescript": "^3.9.7"
},
"dependencies": {
"axios": "^0.19.2"
}
}