{ "name": "ljsthw-bandolier", "version": "0.4.2", "description": "Generates projects using the Bandolier educational framework.", "main": "bando.js", "bin": { "bando-up": "bando.js" }, "scripts": { "test": "ava tests/**/*.js" }, "type": "module", "repository": { "type": "git", "url": "https://git.learnjsthehardway.com/learn-javascript-the-hard-way/ljsthw-bandolier.git" }, "keywords": [ "installer" ], "author": "Zed A. Shaw", "license": "All Rights Reserved", "dependencies": { "commander": "^9.4.1", "fast-glob": "^3.2.12", "pino": "^8.7.0", "pino-pretty": "^9.1.1" }, "devDependencies": { "ava": "^5.1.0" } }