UNPKG

aneka

Version:

Some usefull function helper for daily use

43 lines (42 loc) 908 B
{ "name": "aneka", "version": "0.10.0", "description": "Some usefull function helper for daily use", "main": "index.js", "type": "module", "scripts": { "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", "mocha": "^11.7.5" } }