{
  "name": "bible-kjv",
  "version": "1.1.3",
  "description": "KJV translation of the Bible within their Node.js applications.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc && copyfiles -u 1 ./src/resources/**/* ./dist && copyfiles -u 1 ./src/content/* ./dist",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AllBible/bible-kjv.git"
  },
  "keywords": [
    "kjv",
    "bible",
    "the all bible"
  ],
  "files": [
    "/dist"
  ],
  "author": "M2K Developments",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/AllBible/bible-kjv/issues"
  },
  "homepage": "https://github.com/AllBible/bible-kjv#readme",
  "dependencies": {
    "typescript": "^5.1.6"
  },
  "devDependencies": {
    "@types/node": "^20.5.3",
    "copyfiles": "^2.4.1"
  }
}
