UNPKG

@forestadmin/forest-cloud

Version:

Utility to bootstrap and publish forest admin cloud projects customization

65 lines (64 loc) 1.81 kB
{ "name": "@forestadmin/forest-cloud", "version": "1.12.54", "description": "Utility to bootstrap and publish forest admin cloud projects customization", "dependencies": { "@forestadmin/agent": "1.64.5", "@forestadmin/datasource-customizer": "1.67.1", "@forestadmin/datasource-mongo": "1.5.3", "@forestadmin/datasource-mongoose": "1.12.3", "@forestadmin/datasource-sequelize": "1.13.0", "@forestadmin/datasource-sql": "1.17.1", "@forestadmin/datasource-toolkit": "1.50.0", "adm-zip": "^0.5.10", "apollo-cache-inmemory": "^1.6.6", "apollo-client": "^2.6.10", "apollo-link-ws": "^1.0.20", "axios": "^1.6.7", "commander": "^11.1.0", "dotenv": "^16.4.1", "forest-cli": "5.3.0", "form-data": "^4.0.0", "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": { "@types/adm-zip": "^0.5.5", "nodemon": "^3.0.3" } }