-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.23 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "@degordian/loggyslav",
"version": "1.1.0",
"description": "",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"directories": {
"doc": "docs",
"dist": "dist"
},
"scripts": {
"build": "tsc",
"test": "npm run tslint & npm run mocha",
"tslint": "tslint --project tsconfig.json --format stylish",
"mocha": "mocha dist/test --reporter=nyan --recursive",
"travis:test": "npm run build && npm run test",
"prepublishOnly": "npm run build && npm run test"
},
"author": "Tomislav Fabeta (Degordian)",
"repository": "https://github.com/degordian/loggyslav",
"license": "ISC",
"dependencies": {
"@degordian/standards": "^1.0.7",
"@degordian/testing-toolkit": "^1.0.17",
"@types/callsite": "^1.0.30",
"@types/winston": "^2.3.9",
"callsite": "^1.0.0",
"npm": "^5.8.0",
"tslint": "^5.9.1",
"typescript": "^2.8.1",
"winston": "^2.4.1"
},
"devDependencies": {
"@types/mocha": "^5.0.0",
"@types/sinon": "^4.3.1",
"mocha": "^5.0.5"
},
"keywords": [
"logging",
"node",
"docker",
"logger",
"log",
"loggyslav",
"benchmark",
"memory consumtion",
"coding",
"winston",
"tracker",
"bugs",
"bug"
]
}