{
  "name": "lootastic",
  "version": "1.1.2",
  "description": "a loot rolling system",
  "main": "./dist/index.js",
  "typings": "./dist/src/index.d.ts",
  "scripts": {
    "prepare": "npm run build",
    "build": "webpack --config webpack.config.js",
    "test": "ts-node test/sample"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/seiyria/lootastic.git"
  },
  "keywords": [
    "loot",
    "items",
    "roller",
    "drops",
    "drop",
    "roll",
    "rpg",
    "d&d",
    "table",
    "random"
  ],
  "author": "Kyle Kemp <kyle@seiyria.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/seiyria/lootastic/issues"
  },
  "homepage": "https://github.com/seiyria/lootastic#readme",
  "dependencies": {
    "lodash.random": "^3.2.0",
    "weighted-randomly-select": "^1.0.4"
  },
  "devDependencies": {
    "@types/node": "^9.4.6",
    "awesome-typescript-loader": "^3.4.1",
    "ts-node": "^4.1.0",
    "typescript": "^2.7.2",
    "webpack": "^3.11.0"
  }
}
