{
  "name": "@nextcloud/typings",
  "version": "1.9.1",
  "description": "Nextcloud TypeScript typings",
  "main": "dist/index.js",
  "typings": "lib/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts"
    },
    "./ocs": {
      "types": "./lib/ocs.d.ts"
    }
  },
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "test:watch": "jest --watchAll"
  },
  "keywords": [
    "nextcloud"
  ],
  "homepage": "https://github.com/nextcloud/nextcloud-typings#readme",
  "author": "Christoph Wurst",
  "contributors": [
    {
      "name": "Christoph Wurst",
      "email": "christoph@winzerhof-wurst.at"
    },
    {
      "name": "Christopher Ng",
      "email": "chrng8@gmail.com"
    }
  ],
  "license": "GPL-3.0-or-later",
  "repository": {
    "type": "git",
    "url": "https://github.com/nextcloud/nextcloud-typings"
  },
  "dependencies": {
    "@types/jquery": "3.5.16"
  },
  "devDependencies": {
    "babel-jest": "^29.5.0",
    "jest": "^29.5.0",
    "typescript": "^5.3.3"
  },
  "engines": {
    "node": "^20.0.0",
    "npm": "^10.0.0"
  }
}
