1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 02:44:45 +00:00
Files
tools/package.json
2025-05-18 21:43:01 +00:00

39 lines
826 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.11.0",
"engines": {
"node": ">=22.15.1"
},
"type": "module",
"devDependencies": {
"@types/node": "^22.15.18",
"citty": "^0.1.6",
"jiti": "^2.4.2",
"scule": "^1.3.0",
"jsdom": "catalog:",
"vitest": "catalog:",
"@vitest/coverage-v8": "catalog:",
"@vitest/ui": "catalog:"
},
"scripts": {
"build": "pnpm -r build",
"test": "vitest",
"create": "jiti ./bin/cli.ts"
}
}