mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 10:54:44 +00:00
40 lines
859 B
JSON
40 lines
859 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.22.0",
|
|
"engines": {
|
|
"node": ">=24.11.1"
|
|
},
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@types/node": "^24.10.1",
|
|
"@vitest/coverage-v8": "catalog:",
|
|
"@vitest/ui": "catalog:",
|
|
"citty": "^0.1.6",
|
|
"jiti": "^2.6.1",
|
|
"jsdom": "catalog:",
|
|
"scule": "^1.3.0",
|
|
"vitest": "catalog:"
|
|
},
|
|
"scripts": {
|
|
"build": "pnpm -r build",
|
|
"test": "vitest run",
|
|
"test:ui": "vitest --ui",
|
|
"create": "jiti ./bin/cli.ts"
|
|
}
|
|
}
|