node-gridfs-toolkit
Version:
The easy way for MongoDB Gridfs
45 lines (44 loc) • 1.06 kB
JSON
{
"name": "node-gridfs-toolkit",
"version": "0.0.2",
"description": "The easy way for MongoDB Gridfs",
"main": "bin/index.js",
"dependencies": {
"chalk": "^4.1.2",
"gridfs-stream": "^1.1.1",
"joi": "^17.6.0",
"lodash": "^4.17.21",
"meow": "^9.0.0",
"mongoose": "^5.13.7"
},
"scripts": {
"test": "test",
"lint": "eslint libs bin",
"commitmsg": "validate-commit-msg"
},
"bin": {
"node-gridfs-toolkit": "./bin/index.js",
"ngt": "./bin/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brick9527/node-gridfs-toolkit.git"
},
"keywords": [
"Gridfs",
"Node",
"toolkit"
],
"author": "brick9527 <brick9527@foxmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/brick9527/node-gridfs-toolkit/issues"
},
"homepage": "https://github.com/brick9527/node-gridfs-toolkit#readme",
"devDependencies": {
"eslint": "^7.32.0",
"husky": "^7.0.4",
"prettier-eslint": "^13.0.0",
"validate-commit-msg": "^2.14.0"
}
}