{
  "name": "@loopholelabs/polyglot-ts",
  "version": "1.0.1",
  "description": "TypeScript version of the Polyglot data encoding library.",
  "source": "src/index.ts",
  "main": "dist/main.js",
  "module": "dist/module.js",
  "types": "dist/types.d.ts",
  "scripts": {
    "build": "parcel build",
    "docs": "typedoc src/index.ts",
    "update-test-data": "curl -Lo data/polyglot-test-data.json https://github.com/loopholelabs/polyglot-test-data/releases/latest/download/polyglot-test-data.json",
    "test": "jest"
  },
  "targets": {
    "default": {
      "distDir": "./dist"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pojntfx/polyglot-ts.git"
  },
  "keywords": [
    "polyglot",
    "frpc",
    "frisbee"
  ],
  "author": "Felicitas Pojtinger <felicitaspojtinger@loopholelabs.io>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/pojntfx/polyglot-ts/issues"
  },
  "homepage": "https://github.com/pojntfx/polyglot-ts#readme",
  "devDependencies": {
    "@parcel/packager-ts": "^2.6.2",
    "@parcel/transformer-typescript-types": "^2.6.2",
    "@parcel/validator-eslint": "^2.6.2",
    "@parcel/validator-typescript": "^2.6.2",
    "@types/jest": "^28.1.5",
    "@types/json-bigint": "^1.0.1",
    "@types/node": "^18.6.3",
    "@typescript-eslint/eslint-plugin": "^5.30.6",
    "@typescript-eslint/parser": "^5.30.6",
    "eslint": "^7.32.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-airbnb-typescript": "^17.0.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-prettier": "^4.2.1",
    "jest": "^28.1.3",
    "jest-environment-jsdom": "^28.1.3",
    "json-bigint": "^1.0.0",
    "parcel": "^2.6.2",
    "prettier": "^2.7.1",
    "process": "^0.11.10",
    "ts-jest": "^28.0.6",
    "typedoc": "^0.23.8",
    "typescript": "^4.7.4"
  }
}
