{
  "name": "skolengojs",
  "version": "1.1.10",
  "description": "A wrapper around Skolengo internal API.",
  "repository": "github:raphckrman/skolengo.js",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.js",
      "import": "./dist/index.mjs"
    }
  },
  "scripts": {
    "init": "npm install",
    "build": "npm install && tsup",
    "compile": "node scripts/build && gen-esm-wrapper dist/index.js dist/index.mjs",
    "lint": "eslint src --ext .ts",
    "lint:fix": "eslint src --ext .ts --fix",
    "devTest": "tsx scripts/tests/client.ts"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "skolengo",
    "api",
    "wrapper",
    "student",
    "France"
  ],
  "author": "Raphaël <raphckrman> (https://github.com/raphckrman)",
  "license": "GPL-3.0",
  "engines": {
    "node": ">=18"
  },
  "devDependencies": {
    "@babel/core": "^7.25.2",
    "@inquirer/prompts": "^4.3.3",
    "@inquirer/search": "^3.0.13",
    "@types/node": "^20.12.11",
    "@types/node-forge": "^1.3.10",
    "@types/pako": "^2.0.3",
    "@types/set-cookie-parser": "^2.4.7",
    "@typescript-eslint/eslint-plugin": "^5.44.0",
    "@typescript-eslint/parser": "^5.44.0",
    "eslint": "^8.57.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-import-newlines": "^1.3.0",
    "eslint-plugin-jsdoc": "^39.6.4",
    "eslint-plugin-prefer-arrow": "^1.2.3",
    "eslint-plugin-sort-class-members": "^1.20.0",
    "eslint-plugin-unicorn": "^47.0.0",
    "eslint-plugin-unused-imports": "^2.0.0",
    "gen-esm-wrapper": "^1.1.3",
    "readline": "^1.3.0",
    "release-it": "^17.0.1",
    "terser": "^5.26.0",
    "ts-node": "^10.9.2",
    "tsup": "^8.2.4",
    "tsx": "^4.7.0",
    "typescript": "^5.5.4"
  },
  "dependencies": {
    "@noble/hashes": "^1.8.0",
    "@scure/base": "^1.2.5",
    "typescript-eslint": "^8.32.1"
  }
}
