{
  "name": "@shapediver/api.platform-api-dto-v1",
  "version": "3.0.3",
  "description": "Data Transfer Object Definitions of the Platform API v1",
  "keywords": [
    "shapediver",
    "dto",
    "platform"
  ],
  "author": "Matthias Reisacher <matt@shapediver.com>",
  "license": "MIT",
  "main": "dist/index.js",
  "directories": {},
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shapediver/PlatformSDKTypeScript.git"
  },
  "scripts": {
    "check": "tsc --noEmit",
    "build": "bash ../../scripts/build.sh",
    "build-dep": "bash ../../scripts/build-dep.sh",
    "pre-publish": "bash ../../scripts/pre-publish.sh",
    "post-publish": "bash ../../scripts/post-publish.sh"
  },
  "bugs": {
    "url": "https://github.com/shapediver/PlatformSDKTypeScript/issues"
  },
  "homepage": "https://github.com/shapediver/PlatformSDKTypeScript#readme",
  "typings": "dist/index.d.ts",
  "dependencies": {
    "@types/q": "1.5.8",
    "chargebee-typescript": "2.53.0"
  },
  "devDependencies": {
    "@types/node": "18.19.87",
    "lerna": "9.0.7",
    "typescript": "4.9.5"
  },
  "gitHead": "bbc446830cacb0aae7847fcc4438e0fbcc04865e"
}
