UNPKG

forest-cli

Version:

The Lumberjacks' toolbelt is the Forest CLI which makes easy to manage your back office application directly from the terminal.

155 lines (154 loc) 4.69 kB
{ "name": "forest-cli", "description": "The Lumberjacks' toolbelt is the Forest CLI which makes easy to manage your back office application directly from the terminal.", "version": "5.3.5", "author": "Sandro Munda", "contributors": [ "Arnaud Valensi <arnaud.valensi@gmail.com>", "Vincent Molinié <molinie.vincent@gmail.com>", "David Routhieau <rootio@protonmail.com>", "Arnaud Besnier <arnaudibesnier@gmail.com>", "Guillaume Gautreau <guillaume@ghusse.com>" ], "bin": { "forest": "./bin/run" }, "bugs": "https://github.com/ForestAdmin/toolbelt/issues", "dependencies": { "@forestadmin/context": "1.37.1", "@forestadmin/datasource-sql": "1.14.31", "@oclif/core": "3.18.2", "@oclif/plugin-help": "6.2.25", "@oclif/plugin-not-found": "3.2.44", "@oclif/plugin-warn-if-update-available": "3.1.15", "@paralleldrive/cuid2": "2.2.2", "app-root-path": "3.0.0", "atob": "2.1.2", "bluebird": "3.5.2", "chalk": "4.1.2", "cli-table": "0.3.6", "clipboardy": "2.3.0", "commander": "2.9.0", "dotenv": "8.2.0", "handlebars": "4.7.7", "inquirer": "6.2.0", "joi": "17.12.2", "json-diff": "1.0.0", "jsonapi-serializer": "3.6.2", "jsonwebtoken": "9.0.2", "jwt-decode": "2.2.0", "lodash": "4.17.21", "mkdirp": "1.0.4", "mongodb": "4.17.2", "mysql2": "3.9.8", "open": "7.3.0", "openid-client": "^5.7.1", "pg": "8.13.3", "pluralize": "8.0.0", "progress": "2.0.3", "saslprep": "1.0.3", "sequelize": "6.37.5", "spinnies": "0.5.1", "stdout-stderr": "0.1.13", "superagent": "^10.2.3", "tedious": "18.6.1", "uuid": "8.0.0", "validate-npm-package-name": "3.0.0" }, "devDependencies": { "@commitlint/cli": "17.4.2", "@commitlint/config-conventional": "17.4.2", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", "@semantic-release/npm": "^13.1.1", "@swc/core": "1.11.1", "@swc/jest": "0.2.37", "@types/jest": "^29.5.12", "@types/lodash": "4.14.191", "@typescript-eslint/eslint-plugin": "^5.9.1", "@typescript-eslint/parser": "^5.9.1", "eslint": "^8.6.0", "eslint-config-airbnb-base": "14.0.0", "eslint-config-oclif": "3.1.0", "eslint-config-prettier": "8.6.0", "eslint-plugin-import": "2.25.2", "eslint-plugin-jest": "25.2.2", "eslint-plugin-prettier": "4.2.1", "eslint-plugin-sonarjs": "0.5.0", "fs-extra": "8.1.0", "git-hooks": "1.1.10", "husky": "7.0.2", "jest": "^30.0.0", "lint-staged": "12.3.7", "mock-stdin": "1.0.0", "nock": "13.5.0", "oclif": "4.10.11", "prettier": "2.8.3", "rimraf": "3.0.2", "semantic-release": "25.0.1", "semantic-release-slack-bot": "4.0.2", "tsc-watch": "6.0.0", "typescript": "^4.5.4" }, "engines": { "node": ">=18.0.0" }, "files": [ "/bin", "/oclif.manifest.json", "/dist" ], "homepage": "https://github.com/ForestAdmin/toolbelt", "keywords": [ "forestadmin" ], "license": "GPL-3.0", "main": "dist/index.js", "oclif": { "commands": "./dist/commands", "bin": "forest", "plugins": [ "@oclif/plugin-help", "@oclif/plugin-warn-if-update-available", "@oclif/plugin-not-found" ], "warn-if-update-available": { "timeoutInDays": 7, "message": "<%= config.name %> update available from <%= chalk.greenBright(config.version) %> to <%= chalk.greenBright(latest) %>.", "registry": "https://www.npmjs.com/package/forest-cli" }, "hooks": { "init": [ "./dist/hooks/init/check-compatible-node-version" ] } }, "repository": "ForestAdmin/toolbelt", "scripts": { "lint": "eslint src test", "prepare": "husky install", "prepack": "yarn build && oclif manifest && oclif readme", "postpack": "rm -f oclif.manifest.json", "build": "tsc", "build:watch": "tsc-watch --onSuccess 'yarn postbuild'", "test": "jest --runInBand", "test:coverage": "jest --runInBand --coverage", "postbuild": "mkdir -p ./dist/services/dumpers/templates && cp -R src/services/dumpers/templates dist/services/dumpers/" }, "resolutions": { "semantic-release-slack-bot/**/micromatch": "^4.0.8", "socks": "^2.8.7", "@azure/core-auth": "1.8.0", "@azure/core-client": "1.7.3", "@azure/core-rest-pipeline": "1.18.0", "@azure/core-tracing": "1.0.1", "@azure/core-util": "1.11.0", "@azure/identity": "4.2.1", "@azure/keyvault-keys": "4.4.0", "@azure/logger": "1.0.4", "@paralleldrive/cuid2": "2.2.2" }, "overrides": { "@paralleldrive/cuid2": "2.2.2" } }