{
  "name": "aneka",
  "version": "0.15.0",
  "description": "Some usefull function helper for daily use",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "build-doc": "jsdoc -c .jsdoc.conf.json",
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ardhi/aneka.git"
  },
  "keywords": [
    "aneka",
    "miscellaneous",
    "functions"
  ],
  "author": "Ardhi Lukianto <ardhi.lukianto@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ardhi/aneka/issues"
  },
  "standard": {
    "env": [
      "mocha"
    ]
  },
  "homepage": "https://github.com/ardhi/aneka#readme",
  "dependencies": {
    "dotenv": "^17.2.3",
    "dotenv-parse-variables": "^2.0.0",
    "flat": "^6.0.1",
    "lodash-es": "^4.17.21",
    "ms": "^2.1.3",
    "nanoid": "^5.1.6",
    "sprintf-js": "^1.1.3",
    "yargs": "^18.0.0"
  },
  "devDependencies": {
    "chai": "^6.2.1",
    "clean-jsdoc-theme": "^4.3.0",
    "jsdoc-plugin-intersection": "^1.0.4",
    "mocha": "^11.7.5"
  }
}
