UNPKG

shinsu-senju

Version:
57 lines 1.46 kB
{ "name": "shinsu-senju", "version": "0.3.18", "description": "Tree mapper utils", "license": "MIT", "author": { "name": "Eric Chen" }, "keywords": [ "tree" ], "homepage": "https://github.com/Airkro/shinsu-senju", "repository": { "type": "git", "url": "git+https://github.com/Airkro/shinsu-senju.git" }, "bugs": { "url": "https://github.com/Airkro/shinsu-senju/issues" }, "main": "lib/index.ts", "files": [ "lib" ], "type": "module", "dependencies": { "array-tree-filter": "^3.0.3", "es-toolkit": "^1.45.1" }, "devDependencies": { "@bring-it/cli": "^0.11.1", "@bring-it/npm": "^0.9.3", "@nice-move/all-in-base": "^0.8.0", "eslint": "^9.39.4", "garou": "^0.9.18", "prettier": "~3.8.1", "typescript": "~6.0.2", "vitest": "^4.1.2" }, "engines": { "node": ">=24.0.0", "pnpm": "^10.27.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "prettier": "@nice-move/all-in-base/prettier", "scripts": { "lint:eslint": "eslint . --quiet --fix --concurrency=auto", "lint:staged": "nice-move lint staged", "lint:type": "tsc -p tsconfig.json", "test": "vitest run --config test/vitest.config.mjs", "test:coverage": "vitest -u --coverage --config test/vitest.config.mjs", "test:snapshot": "vitest -u --config test/vitest.config.mjs", "watch:type": "tsc -p tsconfig.json -w" } }