{
  "name": "input-from-file-json",
  "version": "0.5.5",
  "description": "Bingo input that reads a file as JSON.",
  "homepage": "https://www.create.bingo",
  "repository": {
    "type": "git",
    "url": "https://github.com/bingo-js/bingo",
    "directory": "packages/input-from-file-json"
  },
  "license": "MIT",
  "author": {
    "name": "Josh Goldberg ✨",
    "email": "npm@joshuakgoldberg.com"
  },
  "type": "module",
  "main": "./lib/index.js",
  "files": [
    "lib/"
  ],
  "dependencies": {
    "input-from-file": "^0.5.5"
  },
  "devDependencies": {
    "bingo": "^0.8.1",
    "bingo-testers": "^0.5.8"
  },
  "peerDependencies": {
    "bingo": "^0.8.1"
  },
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "build": "tsc"
  }
}