{
  "name": "orchardtest",
  "version": "1.0.0",
  "description": "Tests for software developers",
  "main": "romanNumerals.js",
  "scripts": {
    "test": "jest",
    "test-roman": "jest ./romanNumerals",
    "test-factorial": "jest ./factorial",
    "test-fibonacci": "jest ./fibonacci",
    "test-divisor": "jest ./divisor",
    "test-xo": "jest ./noughtsAndCrosses"
  },
  "author": "rcs",
  "license": "ISC",
  "devDependencies": {
    "jest": "^24.9.0"
  }
}
