{ "name": "@extollo/cli", "version": "0.4.1", "description": "The command-line utilities that lift up your code.", "main": "lib/index.js", "types": "lib/index.d.ts", "directories": { "lib": "lib" }, "dependencies": { "@extollo/di": "^0.4.2", "@extollo/lib": "^0.1.2", "@extollo/util": "^0.3.1", "@types/node": "^14.14.35", "colors": "^1.4.0", "typescript": "^4.1.3" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc" }, "files": [ "lib/**/*" ], "prepare": "npm run build", "postversion": "git push && git push --tags", "repository": { "type": "git", "url": "https://code.garrettmills.dev/extollo/cli" }, "author": "garrettmills ", "license": "MIT" }