arachnea
Version:
A simple api to perform array operations in a single loop
34 lines (33 loc) • 697 B
JSON
{
"name": "arachnea",
"version": "0.0.9",
"description": "A simple api to perform array operations in a single loop",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/Spyder01/Arachnea"
},
"scripts": {
"test": "jest",
"start": "ts-node index.ts",
"build": "tsc "
},
"author": "Suhan",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"performance-now": "^2.1.0",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
},
"keywords": [
"array",
"list",
"stream",
"for-loop",
"array-operations",
"array-transformers"
]
}