@osmos/arraytotree
Version:
transform flat array to tree structure
30 lines (29 loc) • 568 B
JSON
{
"name": "@osmos/arraytotree",
"version": "1.0.12",
"description": "transform flat array to tree structure",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"test": "jest"
},
"keywords": [
"array",
"tree"
],
"author": "osmos",
"license": "ISC",
"devDependencies": {
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
}
}