diff --git a/package.json b/package.json new file mode 100644 index 00000000..a30e8eba --- /dev/null +++ b/package.json @@ -0,0 +1,18 @@ +{ + "name": "idapp", + "version": "1.0.0-beta", + "description": "A CLI to guide you through the process of sconifying an iExec idapp", + "main": "src/index.js", + "type": "module", + "bin": { + "idapp": "cli/src/index.js" + }, + "homepage": "https://github.com/iExecBlockchainComputing/idapp/blob/main/cli/README.md", + "repository": { + "type": "git", + "url": "git+https://github.com/iExecBlockchainComputing/idapp.git" + }, + "publishConfig": { + "registry": "https://npm.pkg.github.com/" + } +}