{
  "name": "magikcraft.io",
  "version": "1.2.8",
  "description": "The Magikcraft API",
  "main": "./index.js",
  "typings": "./typings/index.d.ts",
  "bin": {
    "localize": "./bin/localize.js"
  },
  "directories": {
    "doc": "doc"
  },
  "scripts": {
    "build-doc": "node_modules/.bin/typedoc --readme src/README-doc.md --options typedoc.json",
    "test": "tsc --noImplicitAny --module commonjs test/magikcraft.io-tests.ts",
    "precommit": "tsc -p tsconfig.json"
  },
  "author": "Josh Wulf <josh@magikcraft.io>",
  "license": "ISC",
  "devDependencies": {
    "gulp": "^3.9.1",
    "gulp-concat": "^2.6.1",
    "typedoc": "^0.7.1",
    "typedoc-dash-theme": "^1.1.0"
  },
  "dependencies": {
    "husky": "^0.14.3"
  }
}
