{
  "name": "nyx-api",
  "version": "0.3.1",
  "description": "Javascript library for basic communication with Nyx.cz API",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "type": "module",
  "private": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/b3da-cz/nyx-api.git"
  },
  "keywords": [
    "nyx.cz",
    "api",
    "js",
    "ts"
  ],
  "author": "npm@b3da.net",
  "license": "MIT",
  "scripts": {
    "build": "bash build.sh",
    "eslint": "eslint 'src/**/*.ts'",
    "eslint:fix": "eslint --fix 'src/**/*.ts'",
    "postversion": "git push --tags && git push && echo \"Successfully released version $npm_package_version!\""
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^4.29.0",
    "esbuild": "^0.12.17",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^3.4.0",
    "flowgen": "^1.14.1",
    "prettier": "^2.3.2",
    "prettier-eslint": "^13.0.0",
    "typescript": "^4.3.5"
  }
}
