-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
51 lines (51 loc) · 1.32 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
50
51
{
"name": "sendit-mongoose-repository",
"version": "1.1.12",
"description": "A mongoose Repository based",
"main": "./distribution/index.js",
"types": "./distribution/index.d.ts",
"scripts": {
"clean": "rm -rf distribution && mkdir distribution",
"build": "npm run clean && tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mongoose",
"repo",
"repository",
"mongoose-repository"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sendit-asia/mongoose-repository.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/sendit-asia/mongoose-repository/issues"
},
"homepage": "https://github.com/sendit-asia/mongoose-repository#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.24.1",
"typescript": "^3.0.3"
},
"dependencies": {
"amqplib": "^0.5.3",
"install": "^0.12.2",
"mongoose-aggregate-paginate": "^1.1.3",
"mongoose-delete": "^0.4.0",
"mongoose-history": "^0.6.0",
"mongoose-paginate": "^5.0.3",
"npm": "^6.4.1",
"rascal": "^4.3.0"
},
"peerDependencies": {
"mongoose": "^5.2.17"
}
}