UNPKG

863 BJSONView Raw
1{
2 "name": "nedb-promises",
3 "version": "6.0.2",
4 "description": "A dead-simple promise wrapper for nedb.",
5 "main": "index.js",
6 "scripts": {
7 "docs": "jsdoc2md ./src/*.js > docs.md --no-gfm",
8 "test": "jest",
9 "test:watch": "jest --watchAll",
10 "lint": "eslint .",
11 "lint:fix": "eslint . --fix"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/bajankristof/nedb-promises.git"
16 },
17 "keywords": [
18 "nedb",
19 "promises",
20 "promise"
21 ],
22 "author": "Kristóf Baján",
23 "license": "ISC",
24 "bugs": {
25 "url": "https://github.com/bajankristof/nedb-promises/issues"
26 },
27 "homepage": "https://github.com/bajankristof/nedb-promises#readme",
28 "dependencies": {
29 "@seald-io/nedb": "^2.2.0"
30 },
31 "devDependencies": {
32 "eslint": "^8.6.0",
33 "jest": "^27.4.7",
34 "jsdoc-to-markdown": "^7.1.0"
35 }
36}