wallet-core/packages/pogen/package.json

20 lines
323 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": {
2021-01-29 11:47:03 +01:00
"prepare": "tsc",
"compile": "tsc"
2017-05-24 14:31:13 +02:00
},
"devDependencies": {
2021-01-22 15:39:58 +01:00
"typescript": "^4.1.3"
2019-03-28 01:30:06 +01:00
},
"dependencies": {
2021-01-22 15:39:58 +01:00
"@types/node": "^14.14.22"
2017-05-24 14:31:13 +02:00
}
}