@forestadmin/forest-cloud
Version:
Utility to bootstrap and publish forest admin cloud projects customization
66 lines (65 loc) • 1.84 kB
JSON
{
"name": "@forestadmin/forest-cloud",
"version": "1.12.98",
"description": "Utility to bootstrap and publish forest admin cloud projects customization",
"dependencies": {
"@forestadmin/agent": "1.75.0",
"@forestadmin/datasource-customizer": "1.69.0",
"@forestadmin/datasource-mongo": "1.6.7",
"@forestadmin/datasource-mongoose": "1.13.3",
"@forestadmin/datasource-sequelize": "1.13.6",
"@forestadmin/datasource-sql": "1.17.8",
"@forestadmin/datasource-toolkit": "1.53.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.13.5",
"commander": "^11.1.0",
"dotenv": "^16.4.1",
"forest-cli": "5.3.8",
"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"
}
}