wallet-core/packages/pogen/package.json
Florian Dold 083c4cf5d9
spill extra functionality from wallet-cli into taler-harness
We want to keep taler-wallet-cli smaller and have fewer dependencies.
2022-12-23 13:19:41 +01:00

22 lines
370 B
JSON

{
"name": "@gnu-taler/pogen",
"version": "0.0.5",
"bin": {
"pogen": "bin/pogen"
},
"author": "Florian Dold",
"license": "GPL-2.0+",
"scripts": {
"prepare": "tsc",
"compile": "tsc"
},
"devDependencies": {
"po2json": "^0.4.5",
"typescript": "^4.8.4"
},
"dependencies": {
"@types/node": "^18.11.17",
"glob": "^7.2.0"
}
}