mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 06:55:06 -04:00
15 lines
383 B
JSON
15 lines
383 B
JSON
{
|
|
"name": "@it-tools/root",
|
|
"version": "0.0.0",
|
|
"description": "IT Tools monorepo root",
|
|
"scripts": {
|
|
"dev": "pnpm -F @it-tools/app dev"
|
|
},
|
|
"keywords": [],
|
|
"author": "Corentin Thomasset <corentinth@proton.me> (https://corentin.tech)",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/CorentinTh/it-tools"
|
|
},
|
|
"packageManager": "pnpm@9.11.0"
|
|
}
|