generated from project-persona/microservice-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 959 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "@persona/microservice-template",
"version": "0.1.0",
"description": "the password microservice for Persona project",
"main": "index.js",
"scripts": {
"start": "node index.js",
"lint": "standard",
"test": "npm run lint && echo \"Warning: no test specified\"",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/project-persona/microservice-passwords.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/project-persona/microservice-template/issues"
},
"homepage": "https://github.com/project-persona/microservice-template#readme",
"dependencies": {
"@persona/infra": "git+https://github.com/project-persona/infra.git",
"firebase-admin": "^9.11.0",
"mongo-dot-notation": "^2.0.0",
"mongodb": "^4.0.0",
"parameter": "^3.6.0"
},
"devDependencies": {
"husky": "^7.0.1",
"standard": "^16.0.3"
}
}