wallet-core/packages/pogen/package.json

22 lines
369 B
JSON
Raw Normal View History

2017-05-24 14:31:13 +02:00
{
"name": "@gnu-taler/pogen",
2019-03-28 01:30:41 +01:00
"version": "0.0.5",
2021-03-27 13:55:15 +01:00
"bin": {
2021-03-27 14:02:29 +01:00
"pogen": "bin/pogen"
2021-03-27 13:55:15 +01:00
},
2017-05-24 14:31:13 +02:00
"author": "Florian Dold",
"license": "GPL-2.0+",
"scripts": {
"prepare": "tsc",
"compile": "tsc"
2017-05-24 14:31:13 +02:00
},
"devDependencies": {
"po2json": "^0.4.5",
2022-02-10 12:53:08 +01:00
"typescript": "^4.5.5"
2019-03-28 01:30:06 +01:00
},
"dependencies": {
"@types/node": "^17.0.17",
"glob": "^7.2.0"
2017-05-24 14:31:13 +02:00
}
}