{
  "name": "@wadahkode/memories",
  "version": "1.1.82",
  "description": "Mengubah waktu standar menjadi waktu moment",
  "main": "./src/memories.js",
  "files": [
    "build",
    "src",
    "CHANGELOG.md",
    "README.md",
    "LICENSE",
    "package.json"
  ],
  "scripts": {
    "build": "webpack --config webpack.prod.js",
    "start": "webpack --config webpack.dev.js --watch",
    "test": "node ./tests/index.test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wadahkode/memories.git"
  },
  "keywords": [
    "time",
    "datetime",
    "moment"
  ],
  "author": "wadahkode <mvp.dedefilaras@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wadahkode/memories/issues"
  },
  "homepage": "https://wadahkode.github.io/memories/",
  "devDependencies": {
    "clean-webpack-plugin": "^3.0.0",
    "eslint": "^7.18.0",
    "webpack": "^5.10.0",
    "webpack-cli": "^4.2.0",
    "webpack-merge": "^5.4.0"
  },
  "dependencies": {
    "autoprefixer": "^10.2.4",
    "highlight.js": "^10.6.0",
    "postcss": "^8.2.5",
    "tailwindcss": "^2.0.3"
  }
}
