{
  "name": "frameio-api-typescript",
  "version": "1.3.8",
  "description": "This is the unofficial and incomplete, but TypeScript-compatible and promise-based library to access the [Frame.io API](https://developer.frame.io/api/reference).",
  "main": "dist/index.js",
  "type": "module",
  "files": [
    "/dist/*"
  ],
  "scripts": {
    "build": "rm -rf dist/* && rollup --config rollup.config.js",
    "generate-docs": "typedoc --entryPointStrategy expand src --exclude \"**/*.test.ts\" --plugin typedoc-plugin-merge-modules --excludeInternal",
    "release": "standard-version",
    "publish": "npm run build && npm run generate-docs && npm run release && git push --follow-tags origin main && npm publish",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fartinmartin/frameio-api-typescript.git"
  },
  "keywords": [
    "frameio",
    "api",
    "typescript"
  ],
  "author": "fartinmartin",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/fartinmartin/frameio-api-typescript/issues"
  },
  "homepage": "https://github.com/fartinmartin/frameio-api-typescript#readme",
  "dependencies": {
    "axios": "^0.27.2"
  },
  "devDependencies": {
    "@rollup/plugin-typescript": "^8.3.2",
    "@types/jest": "^27.5.1",
    "jest": "^28.1.0",
    "standard-version": "^9.5.0",
    "ts-jest": "^28.0.3",
    "typedoc": "^0.22.15",
    "typedoc-plugin-merge-modules": "^3.1.0",
    "typescript": "^4.7.2"
  },
  "prettier": {
    "printWidth": 180
  }
}
