UNPKG

@log4brains/init

Version:

Log4brains architecture knowledge base initialization CLI

58 lines (57 loc) 1.57 kB
{ "name": "@log4brains/init", "version": "1.1.0", "description": "Log4brains architecture knowledge base initialization CLI", "keywords": [ "log4brains" ], "author": "Thomas Vaillant <thomvaill@bluebricks.dev>", "license": "Apache-2.0", "private": false, "publishConfig": { "access": "public" }, "homepage": "https://github.com/thomvaill/log4brains", "repository": { "type": "git", "url": "https://github.com/thomvaill/log4brains", "directory": "packages/init" }, "engines": { "node": ">=18" }, "files": [ "assets", "dist" ], "source": "./src/index.ts", "main": "./dist/index.js", "module": "./dist/index.module.js", "types": "./dist/index.d.ts", "scripts": { "dev": "microbundle --no-compress --format es,cjs --tsconfig tsconfig.build.json --target node watch", "build": "microbundle --no-compress --format es,cjs --tsconfig tsconfig.build.json --target node", "clean": "rimraf ./dist", "typescript": "tsc --noEmit", "test": "exit 0", "test-watch": "jest --watch", "lint": "eslint . --max-warnings=0", "prepublishOnly": "yarn build" }, "dependencies": { "@log4brains/cli-common": "1.1.0", "chalk": "^4.1.0", "commander": "^6.1.0", "execa": "^4.1.0", "mkdirp": "^1.0.4", "moment-timezone": "^0.5.32", "terminal-link": "^2.1.1", "yaml": "^1.10.0" }, "devDependencies": { "@types/edit-json-file": "^1.4.0", "esm": "^3.2.25", "ts-node": "^9.0.0" }, "gitHead": "536e648995d20cf8c9b43c2d0b95ab25d151ffb5" }