aneka
Version:
cemacemla
30 lines (29 loc) • 634 B
JSON
{
"name": "aneka",
"version": "0.1.4",
"description": "cemacemla",
"main": "src/index.js",
"type": "module",
"scripts": {
"test": "jest"
},
"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"
},
"homepage": "https://github.com/ardhi/aneka#readme",
"dependencies": {
"lodash-es": "^4.17.21",
"sprintf-js": "^1.1.3"
}
}