{
  "name": "@fcarelse/npxtest",
  "version": "0.0.9",
  "description": "Testing NPX",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
		"npxtest":"node .",
		"start":"node ."
  },
	"bin":{
		"npxtest":"./bin/npxtest"
	},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fcarelse/npxtest.git"
  },
  "keywords": [
    "NPX",
    "TEST"
  ],
  "author": "Francis Carelse",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/fcarelse/npxtest/issues"
  },
  "homepage": "https://github.com/fcarelse/npxtest#readme",
	"public": true
}
