wallet-core/packages/pogen/package.json

22 lines
375 B
JSON
Raw Permalink 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": {
"clean": "rm -rf lib",
"compile": "tsc"
2017-05-24 14:31:13 +02:00
},
"devDependencies": {
"po2json": "^0.4.5",
"typescript": "^5.2.2"
2019-03-28 01:30:06 +01:00
},
"dependencies": {
"@types/node": "^18.11.17",
"glob": "^7.2.0"
2017-05-24 14:31:13 +02:00
}
}