{
  "name": "@forestadmin/forest-cloud",
  "version": "1.12.119",
  "description": "Utility to bootstrap and publish forest admin cloud projects customization",
  "dependencies": {
    "@forestadmin/agent": "1.78.8",
    "@forestadmin/datasource-customizer": "1.69.3",
    "@forestadmin/datasource-mongo": "1.6.9",
    "@forestadmin/datasource-mongoose": "1.13.4",
    "@forestadmin/datasource-sequelize": "1.13.8",
    "@forestadmin/datasource-sql": "1.17.10",
    "@forestadmin/datasource-toolkit": "1.53.1",
    "adm-zip": "^0.5.10",
    "apollo-cache-inmemory": "^1.6.6",
    "apollo-client": "^2.6.10",
    "apollo-link-ws": "^1.0.20",
    "axios": "^1.15.0",
    "commander": "^11.1.0",
    "dotenv": "^16.4.1",
    "forest-cli": "5.3.9",
    "form-data": "^4.0.4",
    "graphql": "14.5.7",
    "graphql-tag": "^2.12.6",
    "joi": "^17.12.2",
    "ora": "^3.2.0",
    "subscriptions-transport-ws": "^0.9.19",
    "ws": "^8.16.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/index.js",
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts",
    "dist/**/*.txt"
  ],
  "homepage": "https://github.com/ForestAdmin/agent-nodejs/forest-cloud",
  "license": "GPL-3.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ForestAdmin/agent-nodejs.git",
    "directory": "packages/forest-cloud"
  },
  "bin": {
    "forest-cloud": "dist/command.js"
  },
  "scripts": {
    "build": "tsc && yarn build:copy",
    "build:watch": "tsc --watch & nodemon --watch 'src/templates/*' --ext txt --exec yarn build:copy",
    "build:copy": "cp -r src/templates ./dist",
    "lint": "eslint src test",
    "test": "jest"
  },
  "keywords": [
    "forestadmin",
    "cloud",
    "customization"
  ],
  "devDependencies": {
    "@babel/core": "^7.26.10",
    "@types/adm-zip": "^0.5.7",
    "nodemon": "^3.0.3"
  }
}
