chunki
Version:
Simple utility function to make chunks of array by given size
38 lines (37 loc) • 844 B
JSON
{
"name": "chunki",
"version": "1.1.4",
"description": "Simple utility function to make chunks of array by given size",
"main": "./lib/index.js",
"scripts": {
"dev": "npx nodemon",
"build": "rimraf ./build && tsc",
"start": "npm run build && node build/index.js",
"test": "jest --watch"
},
"keywords": [
"array",
"chunk-array",
"array_chunk",
"chunk",
"flat-array",
"flatten",
"array-flatten"
],
"author": "Fozle Rabbi Shafi",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/devshafi/chunki.git"
},
"devDependencies": {
"@types/jest": "^29.5.2",
"@types/node": "^20.3.2",
"jest": "^29.5.0",
"nodemon": "^2.0.22",
"rimraf": "^5.0.1",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.3"
}
}