{
  "name": "app_nodejs",
  "version": "1.1.5",
  "description": "Membuat Project NPM",
  "exports": {
    ".": "./index.js",
    "./write": "./index.js"
  },
  "scripts": {
    "prestart": "echo 'Before Application Start' ",
    "start": "node index.js",
    "poststart": "echo 'After Application Start' ",
    "run": "node index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sukofebrian2/OSS_Project"
  },
  "keywords": [
    "ossproject",
    "npm",
    "nodejs"
  ],
  "author": "Suko Febrianto",
  "license": "ISC",
  "type": "module",
  "dependencies": {
    "diagnose-healthy": "^1.1.2",
    "lodash": "^4.17.21",
    "onedionys-validation-library": "^4.0.3",
    "only-learning": "^1.0.8"
  },
  "bugs": {
    "url": "https://github.com/sukofebrian2/OSS_Project/issues"
  },
  "homepage": "https://github.com/sukofebrian2/OSS_Project#readme"
}
