UNPKG

@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.

50 lines (49 loc) 1.28 kB
{ "name": "@oaklean/cli", "version": "0.1.4", "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 ts-node -r tsconfig-paths/register 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": "^5.0.5", "@oaklean/profiler-core": "0.1.4", "commander": "^12.0.0" }, "devDependencies": { "cross-env": "^7.0.3", "rimraf": "^4.4.1" } }