{
  "name": "sdkzer-sdk-sample",
  "version": "1.1.0",
  "description": "A sample of SDK using sdkzer",
  "main": "dist/index.js",
  "scripts": {
    "build": "yarn tsc -p tsconfig.json",
    "document": "yarn typedoc --tsconfig tsconfig.json --excludePrivate --exclude 'node_modules/**' --out doc src/index.ts",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "David Valin <hola@davidvalin.com>",
  "license": "MIT",
  "dependencies": {
    "@types/node": "^10.5.1",
    "sdkzer": "^0.8.2",
    "typedoc": "^0.23.28",
    "typescript": "^5.0.3"
  }
}
