Skip to content

Commit

Permalink
package.json a root of the directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Le-Caignec committed Jul 5, 2024
1 parent d26dfe1 commit 59d3dfc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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/"
}
}

0 comments on commit 59d3dfc

Please sign in to comment.