rumahdev-librarypzn
Version:
Belajar Nodejs NPM
23 lines (22 loc) • 412 B
JSON
{
"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"
}
}