4845ebddf6
This commit split in three main things: * added deploy-webext to upload the extension zipfile * put scope into the npm packages to be able to deploy them * added deploy-npm to deploy related npm packages Also, fixing bug on `make clean`. Some packages where not being deleting tsconfig.tsbuildinfo and making subsequent `make` fail
18 lines
308 B
JSON
18 lines
308 B
JSON
{
|
|
"name": "@gnu-taler/pogen",
|
|
"version": "0.0.5",
|
|
"main": "bin/pogen.js",
|
|
"author": "Florian Dold",
|
|
"license": "GPL-2.0+",
|
|
"scripts": {
|
|
"prepare": "tsc",
|
|
"compile": "tsc"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^4.1.3"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "^14.14.22"
|
|
}
|
|
}
|