Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoerlitz authored Apr 25, 2023
1 parent 61f84fb commit 42e622a
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,18 @@
"version": "1.0.0",
"description": "",
"main": "index.js",
"author": "VATSIM Germany <[email protected]>",
"license": "GPL3",
"repository": {
"type": "git",
"url": "https://github.com/vatger/moodle-course-api"
},
"scripts": {
"start:dev": "tsc && node ./index.js",
"prettier:check": "npx prettier --check **/*.{ts,js}",
"prettier:write": "npx prettier --write .",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/vatger/moodle-course-api"
},
"keywords": [],
"author": "VATSIM Germany <[email protected]>",
"license": "GPL3",
"dependencies": {
"@types/body-parser": "^1.19.2",
"@types/express": "^4.17.14",
Expand Down

0 comments on commit 42e622a

Please sign in to comment.