{
  "name": "mydemoprj-npm-package",
  "version": "1.0.0",
  "description": "This is my demo npm package to leart the creating and publishing",
  "main": "index.js",
  "scripts": {
    "test": "demo"
  },
  "repository": {
    "type": "git",
    "url": "github.com/vedatyildirim/demo"
  },
  "keywords": [
    "abc",
    "cde",
    "fgb"
  ],
  "author": "Vedat",
  "license": "ISC"
}
