-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.5 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
{
"name": "leonidas-platform-kontena-exporter",
"version": "0.0.0",
"description": "Export useful metrics from Kontena",
"main": "index.js",
"scripts": {
"start": "ts-node src/index.ts",
"test": "NODE_ENV=test mocha --require src/helpers/testHelper.js src/**/*.test.ts",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leonidas/leonidas-platform-kontena-exporter.git"
},
"author": "Santtu Pajukanta <santtu.pajukanta@leonidasoy.fi>",
"license": "MIT",
"bugs": {
"url": "https://github.com/leonidas/leonidas-platform-kontena-exporter/issues"
},
"homepage": "https://github.com/leonidas/leonidas-platform-kontena-exporter#readme",
"devDependencies": {
"@types/koa": "^2.0.39",
"@types/koa-router": "^7.0.22",
"@types/mocha": "^2.2.41",
"@types/node": "^9.4.7",
"@types/superagent": "^3.5.7",
"@types/supertest": "^2.0.1",
"@types/winston": "^2.2.0",
"mocha": "^5.0.4",
"supertest": "^3.0.0",
"tslint": "^5.4.3",
"ts-node": "^5.0.1"
},
"dependencies": {
"add": "^2.0.6",
"babel-register": "^6.22.0",
"babel-runtime": "^6.22.0",
"fluent-logger": "^2.2.0",
"js-joda": "^1.7.1",
"koa": "^2.3.0",
"koa-passport": "^4.0.1",
"koa-request-logger": "^1.2.0",
"koa-router": "^7.2.1",
"passport": "^0.4.0",
"passport-http": "^0.3.0",
"superagent": "^3.8.2",
"typescript": "^2.3.4",
"winston": "^2.3.1",
"winston-console-formatter": "^1.0.0-beta.3"
}
}