-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.24 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.24 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "@zxteam/logger",
"version": "6.0.40",
"description": "ZXTeam's Logger Facade",
"author": {
"name": "ZXTeam",
"email": "pub@zxteam.org",
"url": "https://www.zxteam.org"
},
"contributors": [
{
"name": "Maxim Anurin",
"email": "maxim.anurin@zxteam.org",
"url": "https://www.anurin.name"
},
{
"name": "Serhii Zghama",
"email": "serhii.zghama@zxteam.org"
}
],
"license": "MIT",
"dependencies": {
"@zxteam/contract": "^6.0.40",
"log4js": "^6.1.0"
},
"devDependencies": {
"@types/node": "^11.15.3",
"@zxnode/build": "^0.0.34"
},
"engines": {
"node": ">=11"
},
"keywords": [],
"repository": {
"type": "git",
"url": "https://github.com/zxteamorg/node.logger.git"
},
"bugs": {
"url": "https://github.com/zxteamorg/node.logger/issues"
},
"homepage": "https://github.com/zxteamorg/node.logger",
"scripts": {
"build": "zxbuild clean dist && cp README.md .dist/",
"test": "nyc --exclude submodules --exclude test --extension=\".ts\" --reporter=lcov --reporter=text --reporter=text-summary mocha \"test/**/*.test.js\" --recursive",
"test:only": "mocha --require source-map-support/register \"test/**/*.test.js\" --recursive"
},
"main": "./src/index.js",
"types": "./src/index.d.ts",
"private": true
}