{
  "name": "zephyr-scale-api",
  "version": "1.3.8",
  "description": "Zephyr Scale API SDK to simplify automated testing development.",
  "main": "dist/zephyr",
  "types": "dist/zephyr.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rm -rf dist && tsc && npm run copy-types",
    "zephyr": "tsc && node -r dotenv/config dist/main.js",
    "copy-spec": "cp ./api.cloud.expanded.yml ./dist/",
    "copy-types": "cp ./src/api.d.ts ./dist/",
    "make": "npm run build && npm pack",
    "publish-old": "npm run build && npm publish",
    "build-tsc": "npx tsc"
  },
  "keywords": [
    "zephyr",
    "zephyr scale",
    "api"
  ],
  "author": "Forrest Olson <folson@campbellsci.com>",
  "license": "ISC",
  "dependencies": {
    "api": "^4.1.0",
    "dotenv": "^11.0.0"
  },
  "devDependencies": {
    "@types/node": "^17.0.8",
    "typescript": "^4.5.4"
  },
  "bugs": {
    "url": "https://gitlab.com/folson/zephyr-scale-api-types/-/issues"
  },
  "homepage": "https://gitlab.com/folson/zephyr-scale-api-types",
  "files": [
    "dist/**/*"
  ]
}
