@nsilly/repository
Version:
NF Repository is a abstract layer of Sequelize Application, that make application more easy to understand and flexible to maintain.
52 lines • 1.79 kB
JSON
{
"name": "@nsilly/repository",
"version": "4.0.5",
"description": "NF Repository is a abstract layer of Sequelize Application, that make application more easy to understand and flexible to maintain.",
"scripts": {
"test": "./node_modules/.bin/jest --forceExit",
"build": "./node_modules/.bin/rimraf dist && ./node_modules/.bin/babel src --out-dir dist/ --ignore \"node_modules\" --copy-files",
"publish_module": "npm run build && npx @codersvn/npm-auto-version && npm publish --access public && rm -rf dist",
"publish_module_only": "npm run build && npm publish --access public && rm -rf dist"
},
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/nsilly/repository.git"
},
"keywords": [
"Repository",
"Sequelize"
],
"author": "Hieupv",
"license": "MIT",
"bugs": {
"url": "https://github.com/nsilly/repository/issues"
},
"homepage": "https://github.com/nsilly/repository#readme",
"dependencies": {
"@nsilly/container": "*",
"@nsilly/exceptions": "*",
"@nsilly/response": "*",
"@nsilly/support": "*",
"lodash": "*",
"sequelize": "^5.9"
},
"devDependencies": {
"@babel/cli": "^7.5.0",
"@babel/core": "^7.5.0",
"@babel/plugin-proposal-object-rest-spread": "^7.5.0",
"@babel/plugin-transform-runtime": "^7.5.0",
"@babel/preset-env": "^7.5.0",
"babel-eslint": "^10.0.2",
"babel-plugin-transform-builtin-extend": "^1.1.2",
"eslint": "^5.10.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"jest": "^23.6.0",
"rimraf": "^2.6.3"
}
}