{ "name": "@extollo/cli", "version": "0.4.0", "description": "The command-line utilities that lift up your code.", "main": "lib/index.js", "types": "lib/index.d.ts", "directories": { "lib": "lib" }, "dependencies": { "@extollo/util": "file:../util", "@extollo/lib": "file:../lib", "@extollo/di": "file:../di", "typescript": "^4.1.3" }, "devDependencies": {}, "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" }