20 lines
321 B
JSON
20 lines
321 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": {
|
|
"typescript": "^4.5.4"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "^17.0.8"
|
|
}
|
|
}
|