apantle/awsome-factory-associator

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@apantle/awsome-factory-associator",
  "version": "2.2.1",
  "description": "Provides a syntax to define factories with any kind of association.",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "bluebird": "^3.7.2",
    "lodash": "^4.17.20",
    "require-tree": "^1.1.1"
  },
  "devDependencies": {
    "babel-eslint": "^10.1.0",
    "debug": "^4.1.1",
    "dotenv": "^8.2.0",
    "eslint": "^7.8.1",
    "faker": "^4.1.0",
    "mocha": "^8.1.3",
    "mysql2": "^2.1.0",
    "pg": "^8.3.3",
    "prettier": "^2.1.1",
    "sequelize": "^5.22.3",
    "should": "^13.2.3"
  },
  "scripts": {
    "test": "mocha test/bootstrap.test.js --timeout 8000 --recursive test",
    "test:keep": "npm run test -- --skip-drop",
    "prelint": "prettier --loglevel silent -w .",
    "lint": "eslint --fix ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apantle/awsome-factory-associator.git"
  },
  "keywords": [
    "factory",
    "association",
    "sequelize",
    "create",
    "associations"
  ],
  "author": "Susana Hahn Martin Lunas",
  "contributors": [
    "Jesus E. Franco Martinez <tezcatl@fedoraproject.org> (https://jefrancomix.work)"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/apantle/awsome-factory-associator/issues"
  },
  "homepage": "https://github.com/apantle/awsome-factory-associator#readme"
}