{
  "name": "fly-machines-sdk",
  "version": "1.0.9",
  "description": "API that provides ability to manage applications on Fly.io",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": "https://github.com/usedatabrew/fly-machines-sdk",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc"
  },
  "keywords": [
    "fly.io"
  ],
  "author": "DataBrew, Inc.",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^20.8.7"
  },
  "dependencies": {
    "@urql/core": "^4.1.4",
    "fetch": "^1.1.0",
    "graphql": "^16.8.1",
    "graphql-request": "^6.1.0",
    "jest": "^29.7.0",
    "node-fetch": "^3.3.2",
    "react": "^18.2.0",
    "ts-jest": "^29.1.1",
    "typescript": "^5.3.3",
    "urql": "^4.0.5"
  }
}
