tomi77/node-bookshelf-django

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "bookshelf-django",
  "version": "0.2.1",
  "description": "Django models for Bookshelf",
  "main": "index.js",
  "scripts": {
    "test": "mocha --recursive --exit test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tomi77/node-bookshelf-django.git"
  },
  "keywords": [
    "bookshelf",
    "django"
  ],
  "author": "Tomasz Jakub Rup",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tomi77/node-bookshelf-django/issues"
  },
  "homepage": "https://github.com/tomi77/node-bookshelf-django",
  "engines": {
    "node": ">=12.0.0"
  },
  "dependencies": {
    "bluebird": "^3.7.2",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "chai": "^4.3.0",
    "mocha": "^10.0.0",
    "sqlite3": "^5.0.8"
  },
  "peerDependencies": {
    "bookshelf": ">=0.10.0",
    "knex": ">=0.13.0"
  }
}