btrz-simple-dao
Version:
Betterez Simple DAO
45 lines (44 loc) • 1.19 kB
JSON
{
"name": "btrz-simple-dao",
"version": "4.6.0",
"description": "Betterez Simple DAO",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test node --test --test-force-exit --test-timeout=60000 test/dao-helpers_tests.js test/mock-simple-dao_tests.js test/operator_tests.js test/simple-dao_tests.js",
"tdd": "NODE_ENV=test node --test --watch --test-force-exit --test-timeout=60000 test/dao-helpers_tests.js test/mock-simple-dao_tests.js test/operator_tests.js test/simple-dao_tests.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Betterez/btrz-simple-dao.git"
},
"keywords": [
"DAO",
"Mongo",
"Promises"
],
"license": "MIT",
"author": {
"name": "hgarcia",
"email": "hernan@dynamicprogrammer.com"
},
"contributors": [
{
"name": "pbrudnick",
"email": "pbrudnick@gmail.com"
}
],
"bugs": {
"url": "https://github.com/Betterez/btrz-simple-dao/issues"
},
"homepage": "https://github.com/Betterez/btrz-simple-dao",
"dependencies": {
"mongodb": "3.6.12"
},
"devDependencies": {
"chance": "1.1.13",
"sinon": "21.1.2"
},
"engines": {
"node": ">=21.7.0"
}
}