{
  "name": "@foundryapp/foundry-backend",
  "version": "2.0.0",
  "description": "Foundry Node.js SDK",
  "license": "MPL-2.0",
  "types": "dist/index.d.ts",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "engines": {
    "node": "10"
  },
  "scripts": {
    "prepare": "npm run build",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/FoundryApp/foundry-backend-nodejs.git"
  },
  "dependencies": {
    "source-map-support": "^0.5.19"
  },
  "devDependencies": {
    "@types/node": "^13.13.4",
    "tslint": "^6.1.2",
    "typescript": "^3.8.3"
  }
}