wallet-core/tooling/pogen/package.json
2017-05-24 14:54:45 +02:00

14 lines
213 B
JSON

{
"name": "pogen",
"version": "1.0.0",
"main": "pogen.js",
"author": "Florian Dold",
"license": "GPL-2.0+",
"scripts": {
"build": "tsc"
},
"devDependencies": {
"typescript": "^2.2.2"
}
}