this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 924c8a67ffc0fbe6da441e1a26a1fe9755d4a401 25 lines 582 B view raw
1{ 2 "name": "array-treeify", 3 "version": "0.1.0", 4 "description": "", 5 "keywords": ["ascii", "tree", "treeify"], 6 "license": "MIT", 7 "author": "tbeseda", 8 "type": "module", 9 "main": "dist/index.js", 10 "types": "dist/index.d.ts", 11 "files": ["dist"], 12 "scripts": { 13 "lint": "biome check --write .", 14 "build": "tsc", 15 "pretest": "npm run build", 16 "test": "node --test", 17 "posttest": "npm run lint", 18 "prepublishOnly": "npm run build" 19 }, 20 "devDependencies": { 21 "@biomejs/biome": "1.9.4", 22 "@types/node": "^22.13.14", 23 "typescript": "^5.3.3" 24 } 25}