@agility/cli
Version:
Agility CLI for working with your content. (Public Beta)
80 lines (79 loc) • 2.07 kB
JSON
{
"name": "@agility/cli",
"version": "1.0.0-beta.9.0",
"description": "Agility CLI for working with your content. (Public Beta)",
"repository": {
"type": "git",
"url": "https://github.com/agility/agility-cli.git"
},
"bugs": {
"url": "https://github.com/agility/agility-cli/issues"
},
"homepage": "https://github.com/agility/agility-cli#readme",
"main": "dist/index.js",
"scripts": {
"start": "node dist/index.js",
"build": "tsc -p .",
"postbuild": "chmod +x dist/index.js",
"refresh": "rm -rf ./node_modules ./package-lock.json && npm install",
"test": "jest",
"debug": "node --inspect-brk -r ts-node/register src/index.ts"
},
"keywords": [
"typescript",
"agility",
"cms",
"headlesscms",
"management-api",
"management-api-cli"
],
"author": "Agility CMS",
"contributors": [
"Joel Varty",
"Aaron Taylor",
"Kevin Tran",
"Mohit Vashishtha"
],
"license": "ISC",
"bin": {
"agility-cli": "dist/index.js",
"agility": "dist/index.js"
},
"overrides": {
"rxjs": "^7.8.2"
},
"dependencies": {
"@agility/content-fetch": "^2.0.8",
"@agility/content-sync": "^1.2.0-beta.7",
"@agility/management-sdk": "^0.1.32",
"@types/form-data": "^2.2.1",
"@types/node": "^18.11.17",
"ansi-colors": "^4.1.3",
"blessed": "^0.1.81",
"blessed-contrib": "^4.11.0",
"cli-progress": "^3.11.2",
"date-fns": "^4.1.0",
"fuzzy": "^0.1.3",
"inquirer": "^8.0.0",
"inquirer-checkbox-plus-prompt": "^1.4.2",
"inquirer-fs-selector": "^1.5.0",
"inquirer-fuzzy-path": "^2.3.0",
"inquirer-search-list": "^1.2.6",
"keytar": "^7.9.0",
"log-update": "^5.0.1",
"open": "^8.4.0",
"ora": "^5.4.1",
"wrap-ansi": "^9.0.0",
"yargs": "^17.6.2"
},
"devDependencies": {
"@types/inquirer": "^9.0.3",
"@types/jest": "^29.5.14",
"@types/yargs": "^17.0.17",
"jest": "^29.7.0",
"ts-jest": "^29.3.4",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.8.3"
}
}