UNPKG

@gecogvidanto/plugin-nedb

Version:

Nebd local database management plugin for ĞecoĞvidanto

92 lines (91 loc) 2.6 kB
{ "name": "@gecogvidanto/plugin-nedb", "version": "2.1.0", "description": "Nebd local database management plugin for ĞecoĞvidanto", "keywords": [ "gecogvidanto", "database", "nedb", "local", "geconomicus", "duniter" ], "license": "GPL-3.0+", "author": "Stéphane Veyret", "type": "commonjs", "main": "./dist/index.js", "typings": "./dist/index.d.ts", "files": [ "COPYING", "dist/**", "!dist/**/*.spec.*", "!dist/**/*.map" ], "scripts": { "prepublishOnly": "pm-exec run all", "all": "pm-exec run clean && pm-exec run test && pm-exec run build", "test": "pm-exec run test:lint && pm-exec run test:depends && pm-exec run test:unit", "test:lint": "eslint --config .eslintrc.full.yaml --max-warnings 0 'src/**/*.ts'", "test:depends": "depcheck", "test:unit": "mkdirp ~/.config && nyc mocha 'src/**/*.spec.ts'", "build": "pm-exec run build:main", "build:main": "tsc --project tsconfig.project.json", "debug": "pm-exec run debug:watch", "debug:watch": "onchange 'src/**' -- pm-exec run test:unit", "clean": "rimraf dist" }, "dependencies": { "nedb": "1.8.0" }, "devDependencies": { "@gecogvidanto/plugin": "2.1.0", "@gecogvidanto/shared": "2.1.0", "@istanbuljs/nyc-config-typescript": "1.0.1", "@types/chai": "4.2.11", "@types/chai-as-promised": "7.1.3", "@types/mocha": "8.0.0", "@types/nedb": "1.8.10", "@types/node": "14.0.23", "@types/tmp": "0.2.0", "@typescript-eslint/eslint-plugin": "3.6.1", "@typescript-eslint/parser": "3.6.1", "chai": "4.2.0", "chai-as-promised": "7.1.1", "confinode": "2.1.1", "depcheck": "1.0.0", "eslint": "7.4.0", "eslint-config-prettier": "6.11.0", "eslint-plugin-header": "3.0.0", "eslint-plugin-import": "2.22.0", "eslint-plugin-jsdoc": "29.2.0", "eslint-plugin-node": "11.1.0", "eslint-plugin-prettier": "3.1.4", "intl-ts": "4.3.1", "mkdirp": "1.0.4", "mocha": "8.0.1", "nyc": "15.1.0", "onchange": "7.0.2", "pm-exec": "1.0.0", "prettier": "2.0.5", "rimraf": "3.0.2", "source-map-support": "0.5.19", "tmp": "0.2.1", "ts-node": "8.10.2", "typescript": "3.9.6", "winston": "3.3.3" }, "peerDependencies": { "@gecogvidanto/plugin": "2.0.0", "@gecogvidanto/shared": "2.0.0", "confinode": "2.x.x", "intl-ts": "4.x.x", "winston": "3.x.x" }, "engines": { "node": ">=10.0.0" }, "publishConfig": { "access": "public" }, "gitHead": "97fd7ded77800e5aa82fee64ea483d6f46fbb713" }