@makechtec/array-tools
Version:
array grouping elements by a string returned as criterial
39 lines (38 loc) • 922 B
JSON
{
"name": "@makechtec/array-tools",
"version": "2.0.0",
"keywords": [
"array",
"grouping",
"sorting",
"comparator"
],
"main": "index.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MakechTec/array-tools.git"
},
"scripts": {
"compile": "tsc && terser prebuild/ArrayTools.js --output index.js",
"test": "jest"
},
"author": "makechtec",
"license": "MIT",
"description": "array grouping elements by a string returned as criterial",
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@types/jest": "^29.2.6",
"babel-loader": "^9.1.2",
"jest": "^29.3.1",
"ts-jest": "^29.0.5",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
}