{ "name": "create-npm-testing", "version": "1.0.0", "description": "Testing npm install/create.", "main": "bando.js", "bin": { "create-npm-test": "bando.js" }, "scripts": { "test": "ava tests/**/*.js" }, "type": "module", "repository": { "type": "git", "url": "git@git.learnjsthehardway.com:zedshaw/npm-testing.git" }, "keywords": [ "testing" ], "author": "Zed A. Shaw", "license": "0BSD", "dependencies": { "ava": "^5.1.0", "commander": "^9.4.1", "fast-glob": "^3.2.12", "pino": "^8.7.0", "pino-pretty": "^9.1.1" } }