lite-manager
Version:
lite-manager sqlite database manager
33 lines (32 loc) • 710 B
JSON
{
"name": "lite-manager",
"version": "1.2.5",
"main": "index.js",
"description": "lite-manager sqlite database manager",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"sqlite",
"database",
"nodejs"
],
"author": "otoniel19",
"license": "ISC",
"dependencies": {
"fs-extra": "^10.0.0",
"lodash": "^4.17.21",
"shelljs": "^0.8.4"
},
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/otoniel19/lite-manager.git"
},
"bugs": {
"url": "https://github.com/otoniel19/lite-manager/issues"
},
"homepage": "https://github.com/otoniel19/lite-manager#readme"
}