Files
directus/packages/cli/package.json
renovate[bot] a1eae036e9 Update jest monorepo to v27.2.0 (#7989)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-13 11:37:17 -04:00

94 lines
2.2 KiB
JSON

{
"name": "@directus/cli",
"version": "9.0.0-rc.92",
"description": "The official Directus CLI",
"repository": {
"type": "git",
"url": "https://github.com/directus/directus.git",
"directory": "packages/cli"
},
"main": "./dist/index.js",
"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",
"test": "jest --coverage",
"test:watch": "jest --coverage --watchAll",
"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.0.0-rc.92",
"@directus/sdk": "9.0.0-rc.92",
"@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",
"indent-string": "^5.0.0",
"jaro-winkler": "^0.2.8",
"joi": "^17.4.0",
"js-yaml": "^4.1.0",
"json5": "^2.2.0",
"liquidjs": "^9.25.0",
"marked": "^2.1.3",
"marked-terminal": "^4.1.1",
"merge-options": "^3.0.4",
"open": "^8.2.0",
"pretty-ms": "^7.0.1",
"shimmer": "^1.2.1",
"strip-ansi": "^7.0.0",
"strip-indent": "^4.0.0",
"yargs": "^17.0.1",
"yargs-parser": "^20.2.7"
},
"devDependencies": {
"@types/figlet": "1.5.4",
"@types/fs-extra": "9.0.12",
"@types/jest": "27.0.1",
"@types/js-yaml": "4.0.3",
"@types/marked-terminal": "3.1.2",
"jest": "27.2.0",
"nock": "13.1.3",
"npm-run-all": "4.1.5",
"prettier": "2.4.0",
"rimraf": "3.0.2",
"ts-jest": "27.0.5",
"ts-node": "10.2.1",
"typescript": "4.4.3"
},
"gitHead": "24621f3934dc77eb23441331040ed13c676ceffd"
}