-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 889 Bytes
/
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
{
"name": "ts-mongoose-metadata",
"version": "0.2.6",
"description": "Mongoose Schema generator directly from classes with enough metadata provided. ",
"main": "lib/index.js",
"module": "lib/index",
"typings": "lib/index",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lilezek/ts-mongoose-metadata.git"
},
"keywords": [
"typescript",
"metadata",
"atm",
"mongoose",
"automatic"
],
"author": "Ezequiel Santamaria Navarro",
"license": "ISC",
"bugs": {
"url": "https://github.com/lilezek/ts-mongoose-metadata/issues"
},
"homepage": "https://github.com/lilezek/ts-mongoose-metadata#readme",
"dependencies": {
"awesome-metadata": "0.0.3",
"mongoose": "^4.11.10"
},
"devDependencies": {
"@types/mongoose": "^4.7.21"
}
}