{
  "name": "hello-world-tutorial-_-a-tutorial-on-how-to-create-a-npm-package.",
  "version": "1.0.2",
  "description": "create your first npm package!",
  "keywords": [
    "tutorial",
    "howto",
    "help",
    "start"
  ],
  "license": "ISC",
  "author": "turtle2285",
  "type": "commonjs",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}
