fastify-knexjs-mock
Version:
Fastify KnexJS Mock Plugin
58 lines (57 loc) • 1.26 kB
JSON
{
"name": "fastify-knexjs-mock",
"version": "1.1.1",
"description": "Fastify KnexJS Mock Plugin",
"main": "index.js",
"scripts": {
"lint": "eslint . --ext js",
"test": "eslint ./ && tap test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nbalduzzi/fastify-knexjs-mock.git"
},
"keywords": [
"Fastify",
"KnexJS",
"Mock",
"Test"
],
"author": "Nicolas Balduzzi",
"license": "MIT",
"bugs": {
"url": "https://github.com/nbalduzzi/fastify-knexjs-mock/issues"
},
"homepage": "https://github.com/nbalduzzi/fastify-knexjs-mock#readme",
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"dependencies": {
"fastify-plugin": "^3.0.0",
"knex": "^0.21.17",
"mock-knex": "^0.4.9"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"eslint": "^7.19.0",
"fastify": "^3.11.0",
"husky": "^5.0.9",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1",
"tap": "^14.11.0"
},
"release": {
"branches": [
"master"
]
}
}