array-split-base
Version:
A function for dividing an array and grouping them into sets of n * elements
63 lines (62 loc) • 1.77 kB
JSON
{
"name": "array-split-base",
"version": "1.3.0",
"main": "dist/index.js",
"license": "MIT",
"icon": "src/assets/icon.png",
"private": false,
"author": "Agostinho Saml <agostinhosaml832@gmail.com> (http://agostinho.atwebpages.com)",
"displayName": "Array Split",
"homepage": "https://github.com/agostinhosamil/array-split#readme",
"description": "A function for dividing an array and grouping them into sets of n * elements",
"keywords": [
"array",
"split",
"array-split",
"split-array",
"array splitter",
"split",
"split-array",
"module",
"typescript arraySplit",
"typescript",
"typescript array split"
],
"bugs": {
"url": "https://github.com/agostinhosamil/array-split/issues",
"email": "agostinhosaml832@gmail.com"
},
"links": [
{
"label": "Facebook",
"url": "https://facebook.com/agostinhosam"
}
],
"scripts": {
"start": "node -r ts-node/register/transpile-only -r tsconfig-paths/register dist/src/index.js",
"dev": "ts-node-dev -r tsconfig-paths/register --respawn --transpile-only src/index.ts",
"build": "tsc",
"lint": "echo \"No lint script defined yet\"",
"test": "echo \"No test script defined yet\""
},
"repository": {
"type": "git",
"url": "https://github.com/agostinhosamil/array-split.git"
},
"dependencies": {
"dotenv": "^8.2.0",
"ts-node": "^9.1.1",
"tsconfig-paths": "^3.9.0"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"eslint": "^7.20.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-prettier": "^3.3.1",
"husky": "^5.0.9",
"prettier": "^2.2.1",
"ts-node-dev": "^1.1.1",
"typescript": "^4.1.5"
}
}