-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 881 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "@nudjur/js-logger",
"version": "0.0.10",
"description": "To add structured logs in your node project",
"main": "dist/index.js",
"directories": {
"example": "example"
},
"registry-url": "https://registry.npmjs.org/",
"scripts": {
"build": "npx babel src --out-dir dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deep-compute/jslogger.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/deep-compute/jslogger/issues"
},
"homepage": "https://github.com/deep-compute/jslogger#readme",
"dependencies": {
"axios": "^0.24.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8"
},
"keywords": [
"js-logger"
]
}