Skip to content

Commit

Permalink
А
Browse files Browse the repository at this point in the history
  • Loading branch information
DemerNkardaz committed Jun 1, 2024
1 parent 28693c0 commit 318758f
Showing 1 changed file with 21 additions and 9 deletions.
30 changes: 21 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
{
"name": "nkardazolink",
"version": "1.0.0",
"scripts": {
"get-repository-info": "node app/workflow/get-repository-info.js"
},
"dependencies": {
"axios": "^0.21.1"
}
}
"name": "nkardazolink",
"version": "1.0.0",
"scripts": {
"get-repository-info": "node app/workflow/get-repository-info.js",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^0.21.1",
"next": "14.2.3"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"postcss": "^8",
"eslint": "^8",
"eslint-config-next": "14.2.3"
}
}

0 comments on commit 318758f

Please sign in to comment.