Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nectariferous authored Jul 18, 2024
1 parent 5f9a271 commit 71e01fd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "sublink-rest",
"version": "1.0.0",
"description": "Subdomain registration system for sublink.rest",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.17.1",
"axios": "^0.21.1",
"@octokit/rest": "^18.5.3",
"express-session": "^1.17.2"
}
}

0 comments on commit 71e01fd

Please sign in to comment.