forked from daimenworrall/mongoutils
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 872 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 872 Bytes
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
{
"name": "ale-mongoutils",
"version": "1.0.3",
"main": "dist/index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/matheusale/mongoutils.git"
},
"private": false,
"keywords": [
"mongo",
"utilities",
"mongodb",
"mongorestore",
"mongodump"
],
"author": "Daimen Worrall",
"contributors": [
{
"name": "Matheus Ale",
"email": "m.matheus.ale@gmail.com"
}
],
"dependencies": {
"child_process": "^1.0.2"
},
"devDependencies": {
"@types/jest": "^24.0.15",
"@types/node": "^12.0.8",
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-jest": "^24.8.0",
"jest": "^24.8.0",
"ts-jest": "^24.0.2",
"typescript": "^3.5.2"
},
"scripts": {
"test": "$(npm bin)/jest",
"build": "$(npm bin)/tsc"
},
"types": "dist/index.d.ts"
}