Files
directus/packages/cli/package.json
rijkvanzanten eba2576227 v9.6.0
2022-03-04 20:25:43 -05:00

96 lines
2.1 KiB
JSON

{
"name": "@directus/cli",
"version": "9.6.0",
"description": "The official Directus CLI",
"repository": {
"type": "git",
"url": "https://github.com/directus/directus.git",
"directory": "packages/cli"
},
"main": "./dist/index.js",
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"types": "./dist/index.d.ts",
"bin": {
"directusctl": "./bin/directus.js",
"directus-ctl": "./bin/directus.js"
},
"files": [
"bin",
"dist"
],
"scripts": {
"prebuild": "npm run cleanup",
"build": "tsc --project ./tsconfig.json",
"cleanup": "run-p cleanup:*",
"cleanup:dist": "rimraf ./dist",
"cleanup:coverage": "rimraf ./coverage",
"profile": "clinic flame -- node ./bin/directus"
},
"keywords": [
"api",
"client",
"cms",
"directus",
"headless",
"javascript",
"node",
"cli"
],
"author": "João Biondo <wolfulus@gmail.com>",
"license": "MIT",
"dependencies": {
"@directus/format-title": "9.6.0",
"@directus/sdk": "9.6.0",
"@types/yargs": "^17.0.0",
"app-module-path": "^2.2.0",
"chalk": "^4.1.0",
"cli-highlight": "^2.1.11",
"cli-table3": "^0.6.0",
"cli-ux": "^5.5.1",
"cosmiconfig": "^7.0.0",
"csv": "^5.4.0",
"debug": "^4.3.1",
"dot-object": "^2.1.4",
"dotenv": "^10.0.0",
"eventemitter2": "^6.4.4",
"figlet": "^1.5.0",
"fs-extra": "^10.0.0",
"gluegun": "^4.6.1",
"jaro-winkler": "^0.2.8",
"joi": "^17.4.0",
"js-yaml": "^4.1.0",
"json5": "^2.2.0",
"liquidjs": "^9.25.0",
"marked": "^4.0.10",
"marked-terminal": "^5.0.0",
"merge-options": "^3.0.4",
"open": "^8.2.0",
"pretty-ms": "^7.0.1",
"redent": "^3.0.0",
"shimmer": "^1.2.1",
"strip-ansi": "^6.0.0",
"yargs": "^17.0.1",
"yargs-parser": "^20.2.7"
},
"devDependencies": {
"@types/figlet": "1.5.4",
"@types/fs-extra": "9.0.13",
"@types/jest": "27.0.3",
"@types/js-yaml": "4.0.5",
"@types/marked": "4.0.1",
"@types/marked-terminal": "^3.1.3",
"jest": "27.3.1",
"nock": "13.2.1",
"npm-run-all": "4.1.5",
"prettier": "2.4.1",
"rimraf": "3.0.2",
"ts-jest": "27.0.7",
"ts-node": "10.4.0",
"typescript": "4.5.2"
},
"gitHead": "24621f3934dc77eb23441331040ed13c676ceffd"
}