UNPKG

dbcopycat

Version:

A JSON Database that saves your Json data in a file and makes it easy for you to perform CRUD operations.

59 lines 1.28 kB
{ "name": "dbcopycat", "version": "0.5.2", "description": "A JSON Database that saves your Json data in a file and makes it easy for you to perform CRUD operations.", "main": "local.js", "license": "ISC", "bin": { "dbcopycat": "index.js" }, "author": { "name": "İsmail Can Karataş", "email": "ismailcankaratasss@gmail.com", "url": "https://ismailcankaratas.github.io/" }, "keywords": [ "dbcopycat", "jsondb", "jsondata", "dbjson", "json", "data", "save", "file", "read", "write", "add", "remove", "ismailcankaratas" ], "files": [ "index.js", "utils", "operations", "helpers" ], "scripts": { "format": "prettier --write \"./**/*.{js,json}\"" }, "dependencies": { "chalk": "^4.1.2", "cli-alerts": "^1.2.2", "cli-handle-error": "^4.4.0", "cli-handle-unhandled": "^1.1.1", "cli-meow-help": "^3.1.0", "cli-welcome": "^2.2.2", "meow": "^9.0.0" }, "devDependencies": { "prettier": "^2.6.2" }, "repository": { "type": "git", "url": "git+https://github.com/ismailcankaratas/dbcopycat.git" }, "bugs": { "url": "https://github.com/ismailcankaratas/dbcopycat/issues" }, "homepage": "https://github.com/ismailcankaratas/dbcopycat#readme" }