Skip to content

Commit

Permalink
fix(#1): add missing package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tdurieux authored Sep 26, 2023
1 parent f4d24d1 commit 868832a
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": "duets",
"version": "1.0.0",
"description": "",
"main": "null",
"scripts": {},
"author": "Thomas Durieux",
"license": "MIT",
"dependencies": {
"@octokit/plugin-retry": "^2.2.0",
"@octokit/plugin-throttling": "^2.6.0",
"@octokit/rest": "^16.27.0",
"async": "^3.2.0",
"pom-parser": "^1.2.0",
"progress": "^2.0.3",
"request": "^2.88.2"
}
}

0 comments on commit 868832a

Please sign in to comment.