mirror of
https://github.com/directus/directus.git
synced 2026-01-23 19:18:07 -05:00
95 lines
2.2 KiB
JSON
95 lines
2.2 KiB
JSON
{
|
|
"name": "@directus/cli",
|
|
"version": "9.0.0-rc.76",
|
|
"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": {
|
|
"prepublishOnly": "npm run build",
|
|
"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.76",
|
|
"@directus/sdk": "9.0.0-rc.76",
|
|
"@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.0.7",
|
|
"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.0",
|
|
"@types/fs-extra": "^9.0.11",
|
|
"@types/jest": "^26.0.23",
|
|
"@types/js-yaml": "^4.0.0",
|
|
"@types/marked-terminal": "^3.1.1",
|
|
"jest": "^27.0.4",
|
|
"nock": "^13.0.10",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^2.3.1",
|
|
"rimraf": "^3.0.2",
|
|
"ts-jest": "^27.0.2",
|
|
"ts-node": "^10.0.0",
|
|
"typescript": "^4.3.2"
|
|
},
|
|
"gitHead": "24621f3934dc77eb23441331040ed13c676ceffd"
|
|
}
|