{ "name": "npm-testing", "version": "1.0.0", "description": "Testing npm install/create.", "main": "index.js", "scripts": { "test": "test" }, "type": "module", "repository": { "type": "git", "url": "git@git.learnjsthehardway.com:zedshaw/npm-testing.git" }, "keywords": [ "testing" ], "author": "Zed A. Shaw", "license": "0BSD", "dependencies": { "commander": "^9.4.1" } }