1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 10:54:44 +00:00
Files
tools/package.json
2026-03-02 01:20:26 +00:00

41 lines
887 B
JSON

{
"name": "tools",
"private": true,
"version": "0.0.1",
"license": "UNLICENSED",
"description": "Set of useful tools for web development",
"keywords": [
"tools",
"web",
"ui",
"utilities"
],
"author": "Robonen Andrew <robonenandrew@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/robonen/tools.git"
},
"packageManager": "pnpm@10.30.3",
"engines": {
"node": ">=24.14.0"
},
"type": "module",
"devDependencies": {
"@types/node": "^24.11.0",
"@vitest/coverage-v8": "catalog:",
"@vitest/ui": "catalog:",
"citty": "^0.2.1",
"jiti": "^2.6.1",
"jsdom": "catalog:",
"scule": "^1.3.0",
"vitest": "catalog:"
},
"scripts": {
"build": "pnpm -r build",
"lint": "pnpm -r lint",
"test": "vitest run",
"test:ui": "vitest --ui",
"create": "jiti ./bin/cli.ts"
}
}