{
  "name": "rumahdev-librarypzn",
  "version": "1.1.0",
  "description": "Belajar Nodejs NPM",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "Rumahdev",
    "Demo",
    "Libary",
    "PZN"
  ],
  "author": "ibnudirsan",
  "license": "ISC",
  "exports" : {
    "." : "./index.js",
    "./number" : "./number.js"
  }
}
