{
  "name": "@withyouwithme/b5-questions",
  "description": "Module for returning Big Five Johnson 120 IPIP-NEO-PI-R items",
  "version": "2.1.8",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "author": "Geir Gåsodden, WithyouWithMe",
  "main": "index.js",
  "engines": {
    "node": ">=10.0.0"
  },
  "files": [
    "data/",
    "index.js"
  ],
  "scripts": {
    "test": "standard && npm audit && ava",
    "test-offline": "standard && ava",
    "coverage": "nyc ava",
    "coveralls": "nyc ava && nyc report --reporter=lcov && cat coverage/lcov.info | coveralls",
    "standard-fix": "standard --fix",
    "refresh": "rm -rf node_modules && rm package-lock.json && npm install"
  },
  "keywords": [
    "bigfive",
    "personality",
    "items",
    "johnson-120-ipip-neo-pi-r"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Alheimsins/b5-johnson-120-ipip-neo-pi-r.git"
  },
  "bugs": {
    "url": "https://github.com/Alheimsins/b5-johnson-120-ipip-neo-pi-r/issues"
  },
  "homepage": "https://github.com/WithYouWithMe/b5-johnson-120-ipip-neo-pi-r.git#readme",
  "devDependencies": {
    "ava": "2.3.0",
    "coveralls": "3.0.6",
    "husky": "3.0.5",
    "nyc": "14.1.1",
    "standard": "14.1.0"
  },
  "dependencies": {
    "knuth-shuffle": "1.0.8"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm test"
    }
  }
}
