wallet-core/packages/pogen/package.json
Florian Dold 5aa883b5d1
repo: make incremental builds faster, don't use TypeScript build mode
(build mode should not be necessary since pnpm handles dependencies inside the repo)
2023-08-29 13:55:14 +02:00

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"
}
}