{
  "name": "pronote-api-maintained",
  "version": "3.1.0",
  "description": "Pronote 2020/2021 API (Node.JS/TS library, and GraphQL server)",
  "main": "index.js",
  "types": "index.d.ts",
  "type": "commonjs",
  "engines": {
    "node": ">=11.14.0"
  },
  "scripts": {
    "start": "node ./bin/server.js",
    "lint": "eslint src/* bin/* index.js",
    "check": "eslint --fix src/* bin/* index.js",
    "test": "eslint src/* bin/* index.js && node ./bin/test.js"
  },
  "keywords": [
    "pronote",
    "api",
    "http",
    "2022"
  ],
  "author": "Adrien 'Litarvan' Navratil <adrien1975@live.fr>",
  "license": "MIT",
  "repository": {
    "url": "git+https://github.com/Merlode11/pronote-api.git",
    "type": "git"
  },
  "bin": {
    "pronote-api-server": "bin/server.js",
    "pronote-fetch": "bin/fetch.js"
  },
  "dependencies": {
    "axios": "^0.21.1",
    "body-parser": "^1.19.0",
    "graphql": "^15.3.0",
    "https-proxy-agent": "^5.0.0",
    "jsdom": "^16.5.2",
    "node-forge": "1.3.1",
    "pako": "^1.0.11",
    "polka": "^0.5.2",
    "string-strip-html": "^8.2.9",
    "uuid": "^8.3.0",
    "xxhashjs": "^0.2.2"
  },
  "devDependencies": {
    "@types/node-forge": "^1.3.1",
    "@types/pako": "^1.0",
    "eslint": "^7.22.0",
    "eslint-plugin-node": "^11.1.0"
  },
  "bugs": {
    "url": "https://github.com/Merlode11/pronote-api/issues"
  },
  "homepage": "https://github.com/Merlode11/pronote-api#readme"
}
