@oaklean/cli
Version:
A command-line interface that provides utilities for parsing, inspecting, and converting the .oak file format, as well as interfaces used in the @oaklean suite.
52 lines (51 loc) • 1.32 kB
JSON
{
"name": "@oaklean/cli",
"version": "0.1.7",
"engines": {
"node": "^20.17.0 || ^22.13.0 || ^24.0.0"
},
"author": "Hitabis GmbH",
"license": "MIT",
"description": "A command-line interface that provides utilities for parsing, inspecting, and converting the .oak file format, as well as interfaces used in the @oaklean suite.",
"keywords": [
"oaklean",
"greenit",
"cli"
],
"repository": {
"type": "git",
"url": "https://github.com/hitabisgmbh/oaklean.git"
},
"homepage": "https://www.oaklean.io/",
"bin": {
"oak": "dist/index.js"
},
"directories": {
"dist": "dist"
},
"files": [
"LICENSE",
"README.md",
"dist/**/*"
],
"scripts": {
"exec": "cd $INIT_CWD && npx tsx src/index.ts",
"clear-build": "npx rimraf ./dist",
"build": "npm run clear-build && npx cross-env NODE_ENV=production npx tsc",
"lint": "npx eslint --fix .",
"publish-registry": "npm publish",
"test": "npx jest --coverage",
"test-measure": "",
"test-update": "",
"setup": "npm run build && npm uninstall -g @oaklean/cli && npm link",
"generate-docs": "markdown-include md-configs/README.json"
},
"dependencies": {
"@inquirer/prompts": "^8.2.0",
"@oaklean/profiler": "^0.1.7",
"@oaklean/profiler-core": "0.1.7",
"cli-color": "^2.0.4",
"commander": "^14.0.2",
"glob": "^13.0.1"
}
}