mirror of
https://github.com/jcreek/Tech-Radar-Editor.git
synced 2026-07-12 18:43:46 +00:00
11 lines
160 B
JSON
11 lines
160 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "pnpm -r build",
|
|
"dev": "pnpm --filter tech-radar-editor dev"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|