-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.09 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
{
"name": "moleculer-typetalk",
"version": "1.0.2",
"description": "Moleculer addon that posts message to Typetalk.",
"keywords": [
"microservice",
"moleculer",
"typetalk"
],
"homepage": "https://github.com/is2ei/moleculer-typetalk",
"bugs": {
"url": "https://github.com/is2ei/moleculer-typetalk/issues"
},
"license": "MIT",
"author": {
"name": "Issei Horie",
"email": "is2ei.horie@gmail.com",
"url": "http://is2ei.com"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:is2ei/moleculer-typetalk.git"
},
"scripts": {
"lint": "eslint --ext=.js ./ ./src/ ./test",
"test": "jest --coverage",
"report-coverage": "cat ./coverage/lcov.info | coveralls"
},
"dependencies": {
"node-fetch": "^2.6.0"
},
"devDependencies": {
"coveralls": "^3.0.9",
"eslint": "^6.7.2",
"eslint-config-is2ei": "^0.1.10",
"jest": "^24.8",
"moleculer": "^0.13.11",
"nock": "^11.7.0"
}
}