-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.12 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
{
"name": "information-retrieval",
"version": "0.0.1",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "github.com/asrulsibaoel/information-retrieval"
},
"nyc": {
"include": [
"components/**/*.ts",
"components/*.ts",
"interfaces/*.ts"
],
"exclude": [
"node_modules"
],
"extension": [
".ts"
],
"require": [
"ts-node/register"
],
"reporter": [
"json",
"html"
],
"all": true
},
"license": "ISC",
"dependencies": {
"@types/node": "^7.0.28",
"js-yaml": "^3.9.1",
"knex": "^0.12.9",
"lodash": "^4.17.19",
"merapi": "^0.17.1",
"merapi-plugin-express": "^0.6.1",
"merapi-plugin-service": "^0.3.7",
"mysql": "^2.16.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"@types/js-yaml": "^3.12.1",
"@types/knex": "0.0.57",
"@types/lodash": "^4.14.135",
"@types/uuid": "^3.4.4"
}
}