Addnew sheets (armor, weapons, malefica) and v13 support
This commit is contained in:
36
node_modules/nedb-promises/package.json
generated
vendored
Normal file
36
node_modules/nedb-promises/package.json
generated
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"name": "nedb-promises",
|
||||
"version": "6.2.3",
|
||||
"description": "A dead-simple promise wrapper for nedb.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"docs": "jsdoc2md ./src/*.js > docs.md --no-gfm",
|
||||
"test": "jest",
|
||||
"test:watch": "jest --watchAll",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/bajankristof/nedb-promises.git"
|
||||
},
|
||||
"keywords": [
|
||||
"nedb",
|
||||
"promises",
|
||||
"promise"
|
||||
],
|
||||
"author": "Kristóf Baján",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/bajankristof/nedb-promises/issues"
|
||||
},
|
||||
"homepage": "https://github.com/bajankristof/nedb-promises#readme",
|
||||
"dependencies": {
|
||||
"@seald-io/nedb": "^4.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.6.0",
|
||||
"jest": "^29.0.3",
|
||||
"jsdoc-to-markdown": "^8.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user