-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 920 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
36
{
"name": "@palmabit/lambda-mongo-crud",
"version": "1.1.2",
"description": "Crud with mongoDb-native and RBAC role/permission for AWS Lambdas",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha ./tests/*.js",
"test-travis": "nyc mocha --R spec ./tests/* && rm -rf .nyc_output"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Palmabit-IT/lambda-mongo-crud.git"
},
"keywords": [
"mongodb",
"lambda",
"rbca",
"crud"
],
"author": "Palmabit <hello@palmabit.com> (http://www.palmabit.com/)",
"license": "MIT",
"devDependencies": {
"chai": "^4.2.0",
"chai-subset": "^1.4.0",
"faker": "^4.1.0",
"mocha": "^6.2.2",
"nyc": "^14.1.1"
},
"dependencies": {
"easy-rbac": "^2.1.2",
"lambda-errors-formatter": "^0.5.0",
"lodash": "^4.17.15",
"mongodb": "^3.3.4",
"mongo-url-parser": "^1.0.2"
}
}