{ "name": "create-npm-testing", "version": "1.0.0", "description": "Testing npm install/create.", "main": "index.js", "scripts": { "test": "test", "create-npm-test": "echo TEST > test.html" }, "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" } }