These don't seem to be the right location to compile packages. The newest version of pnpm runs all those scripts on "pnpm install", even if we filter for only one package. That results in a build performance issue.
21 lines
348 B
JSON
21 lines
348 B
JSON
{
|
|
"name": "@gnu-taler/pogen",
|
|
"version": "0.0.5",
|
|
"bin": {
|
|
"pogen": "bin/pogen"
|
|
},
|
|
"author": "Florian Dold",
|
|
"license": "GPL-2.0+",
|
|
"scripts": {
|
|
"compile": "tsc"
|
|
},
|
|
"devDependencies": {
|
|
"po2json": "^0.4.5",
|
|
"typescript": "^5.1.3"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "^18.11.17",
|
|
"glob": "^7.2.0"
|
|
}
|
|
}
|