Skip to content
Snippets Groups Projects
Commit 90b61644 authored by Matt Kirby's avatar Matt Kirby
Browse files

package json

parent ff9e49db
No related branches found
No related tags found
1 merge request!15Add Friend service
{
"name": "friend-service",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run build && node app.ts",
"start:dev": "nodemon"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.2",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.0.3",
"typescript": "^5.0.4"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/jsonwebtoken": "^9.0.1",
"nodemon": "^2.0.22",
"ts-node": "^10.9.1"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment