-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 751 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 751 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
{
"name": "database-schema-handler",
"version": "0.2.0",
"description": "Module to build database schema and check collections against schema",
"main": "index.js",
"scripts": {
"test": "echo \"Error: No test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/dschuan/database-schema-handler.git"
},
"author": "dschuan ",
"license": "ISC",
"homepage": "https://github.com/dschuan/database-schema-handler",
"dependencies": {
"assert": "^1.4.1",
"axios": "^0.18.0",
"mkdirp": "^0.5.1",
"mongodb": "^3.1.0-beta4",
"readline-sync": "^1.4.9",
"simpl-schema": "^1.5.0"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-google": "^0.9.1"
}
}