{
  "name": "realmlib",
  "version": "0.0.1",
  "description": "A library for building clientless applications for Realm of the Mad God.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "clean": "rimraf ./dist",
    "compile": "tsc -p .",
    "build": "npm run clean && npm run compile",
    "test": "mocha -r ts-node/register test/*/*.spec.ts",
    "index": "tsai --path src --overwrite"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thomas-crane/realmlib.git"
  },
  "keywords": [
    "rotmg",
    "typescript",
    "library"
  ],
  "author": "tcrane",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/thomas-crane/realmlib/issues"
  },
  "homepage": "https://github.com/thomas-crane/realmlib#readme",
  "devDependencies": {
    "@types/chai": "^4.1.7",
    "@types/mocha": "^5.2.5",
    "@types/node": "^10.12.10",
    "@types/node-rsa": "^0.4.3",
    "chai": "^4.2.0",
    "mocha": "^5.2.0",
    "rimraf": "^2.6.2",
    "ts-node": "^7.0.1",
    "tsai": "^2.1.0",
    "typescript": "^3.1.6"
  },
  "dependencies": {
    "chalk": "^2.4.1",
    "node-rsa": "^1.0.1"
  }
}
