{
  "name": "@sbj42/word-search-generator",
  "version": "0.1.2",
  "description": "A program to generate word search puzzles",
  "main": "dist/generator.js",
  "scripts": {
    "build": "gulp",
    "test": "npm run build && node test/cli"
  },
  "author": "James Clark <jameswclark@gmail.com> (http://arbitraryclark.blogspot.com/)",
  "license": "MIT",
  "keywords": [
    "word-search",
    "puzzle",
    "words"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sbj42/word-search-generator.git"
  },
  "bugs": {
    "url": "https://github.com/sbj42/maze-generator-core/issues"
  },
  "homepage": "https://github.com/sbj42/maze-generator-core#readme",
  "devDependencies": {
    "@types/node": "^14.14.21",
    "gulp": "^4.0.2",
    "gulp-typescript": "^6.0.0-alpha.1",
    "typescript": "^4.1.3"
  }
}
