{
  "name": "ual-plainjs-renderer",
  "version": "0.3.0",
  "author": {
    "name": "block.one",
    "url": "https://block.one/"
  },
  "collaborators": [
    "Chris Allnutt",
    "Mike Manfredi"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:EOSIO/ual-plainjs-renderer.git"
  },
  "main": "dist/index.js",
  "license": "MIT",
  "scripts": {
    "build": "rm -rf dist && tsc --build tsconfig.json",
    "lint": "eslint --ext .js,.jsx,.ts,.tsx src",
    "test": "jest",
    "prepare": "yarn build"
  },
  "dependencies": {
    "universal-authenticator-library": "0.3.0"
  },
  "devDependencies": {
    "@blockone/eslint-config-blockone": "^3.0.0",
    "@types/jest": "^25.1.4",
    "@types/jsdom": "^16.1.0",
    "eslint": "^6.8.0",
    "jest": "^25.1.0",
    "jest-localstorage-mock": "^2.4.0",
    "jsdom": "^16.2.1",
    "promise": "^8.1.0",
    "ts-jest": "^25.2.1",
    "typescript": "^3.8.3"
  },
  "jest": {
    "setupFiles": [
      "jest-localstorage-mock"
    ]
  },
  "globals": {
    "ts-jest": {
      "tsConfig": "tsconfig.json"
    }
  }
}
