18 lines
336 B
JSON
18 lines
336 B
JSON
{
|
|
"name": "service002",
|
|
"version": "1.0.0",
|
|
"description": "Service 002",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "echo 'service002'"
|
|
},
|
|
"author": "Gerrit Linnemann",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"bcryptjs": "^2.4.3",
|
|
"config": "^1.28.1",
|
|
"express": "^4.16.2",
|
|
"jsonwebtoken": "^8.1.0"
|
|
}
|
|
}
|