{
  "name": "openfrp-api",
  "description": "OpenFrp API",
  "version": "1.0.3",
  "author": {
    "name": "lZiMUl",
    "email": "AA2908554069@gmail.com",
    "url": "https://lzimul.top"
  },
  "contributors": [
    {
      "name": "lZiMUl",
      "email": "AA2908554069@gmail.com",
      "url": "https://lzimul.top"
    }
  ],
  "maintainers": [
    {
      "name": "lZiMUl",
      "email": "AA2908554069@gmail.com",
      "url": "https://lzimul.top"
    }
  ],
  "homepage": "https://lzimul.top",
  "main": "./build/index.js",
  "license": "GPL-3.0",
  "scripts": {
    "start": "node .",
    "build": "tsc",
    "dev": "tsc && node .",
    "test": "node test/index.js"
  },
  "keywords": [
    "lZiMUl",
    "OpenFrp",
    "API"
  ],
  "dependencies": {
    "axios": "^1.5.1",
    "tslib": "^2.6.2"
  },
  "devDependencies": {
    "@types/node": "^20.7.2",
    "typescript": "^5.2.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lZiMUl/OpenFrp-API.git"
  },
  "bugs": {
    "url": "https://github.com/lZiMUl/OpenFrp-API/issues/",
    "email": "AA2908554069@gmail.com"
  },
  "private": false,
  "preferGlobal": true,
  "deprecated": false
}
