@microphi/json-db
Version:
Small, fast and simple file based json-db
48 lines (47 loc) • 1.19 kB
JSON
{
"name": "@microphi/json-db",
"version": "2.10.2",
"description": "Small, fast and simple file based json-db",
"main": "lib/cjs/index.js",
"typings": "lib/esm/index.d.ts",
"module": "lib/esm/index.js",
"directories": {
"lib": "lib"
},
"files": [
"lib"
],
"license": "MIT",
"keywords": [
"json-db"
],
"author": {
"email": "cavaliere.davide@gmail.com",
"name": "Davide Cavaliere",
"url": "www.microphi.io"
},
"homepage": "https://github.com/microph1/microphi",
"scripts": {
"build": "tsc -b tsconfig.build.json && tsc -b tsconfig.cjs.json",
"build:ci": "npm run build",
"test:ci": "jest --coverage --ci",
"lint": "eslint ./src"
},
"dependencies": {
"@microphi/debug": "^2.10.1"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@datakitchen/rxjs-marbles": "^17.0.0",
"@microphi/list": "^2.10.2",
"@types/node": "^20.11.30",
"minisearch": "^6.3.0",
"utility-types": "^3.10.0"
},
"peerDependencies": {
"@microphi/list": "^2.3.0",
"minisearch": "^7.1.0",
"rxjs": "~7.8.0"
},
"gitHead": "0da0bd7f70123bc05922e69adcaedc6bd45540f9"
}