shinsu-senju
Version:
Tree mapper utils
53 lines • 1.3 kB
JSON
{
"name": "shinsu-senju",
"version": "0.3.6",
"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.39.8"
},
"devDependencies": {
"@bring-it/npm": "^0.8.3",
"@nice-move/all-in-base": "^0.6.6",
"eslint": "^9.32.0",
"garou": "^0.9.12",
"prettier": "~3.6.2",
"typescript": "^5.9.2",
"vitest": "^3.2.4"
},
"engines": {
"node": "^22.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"prettier": "@nice-move/all-in-base/prettier",
"scripts": {
"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"
}
}