it-tools/package.json

16 lines
383 B
JSON
Raw Normal View History

2022-03-31 00:33:29 +02:00
{
2024-09-30 09:04:13 +02:00
"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"
},
2024-09-30 09:04:13 +02:00
"packageManager": "pnpm@9.11.0"
2022-03-31 00:33:29 +02:00
}