UNPKG

@lukeaus/plain-tree

Version:

A plain tree with a bunch of tree tools

81 lines (80 loc) 1.93 kB
{ "name": "@lukeaus/plain-tree", "description": "A plain tree with a bunch of tree tools", "version": "2.2.2", "main": "build/index.js", "module": "build/index.mjs", "unpkg": "build/index.umd.js", "types": "build/index.d.ts", "publishConfig": { "access": "public" }, "files": [ "build", "readme.md" ], "scripts": { "test": "jest", "test:watch": "jest --watchAll", "typecheck": "tsc --noEmit", "lint": "eslint .", "prebuild": "rimraf build .rts2_*", "build": "rollup -c rollup.config.mjs", "smoke": "bash scripts/smoke/pack.sh", "prepare": "husky" }, "repository": { "type": "git", "url": "git+https://github.com/lukeaus/plain-tree.git" }, "keywords": [ "tree", "trees", "simple", "javascript", "hierarchy", "hierarchies", "tool", "tools", "util", "utils", "utility", "utilities", "node", "nodes", "create", "array" ], "author": { "name": "Luke Scott", "email": "luke.m.scott@gmail.com", "url": "https://lukescott.co" }, "license": "MIT", "bugs": { "url": "https://github.com/lukeaus/plain-tree/issues" }, "homepage": "https://github.com/lukeaus/plain-tree#readme", "devDependencies": { "@rollup/plugin-typescript": "12.3.0", "@semantic-release/commit-analyzer": "13.0.1", "@semantic-release/github": "12.0.9", "@semantic-release/npm": "13.1.5", "@semantic-release/release-notes-generator": "14.1.1", "@types/jest": "30.0.0", "@typescript-eslint/eslint-plugin": "8.65.0", "@typescript-eslint/parser": "8.65.0", "eslint": "10.7.0", "husky": "9.1.7", "jest": "30.4.2", "prettier": "3.9.6", "pretty-quick": "4.2.2", "rimraf": "6.1.3", "rollup": "4.62.2", "semantic-release": "25.0.8", "ts-jest": "29.4.12", "tslib": "2.8.1", "typescript": "6.0.3" }, "dependencies": {} }