forked from pryv/open-pryv.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 891 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 891 Bytes
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
{
"name": "pryv-service-mail",
"version": "1.9.0",
"private": true,
"description": "Customizable SMTP solution in Pryv.io that mocks Mandrill's API",
"homepage": "https://pryv.com",
"license": "BSD-3-Clause",
"author": "Pryv S.A. <info@pryv.com> (https://pryv.com)",
"main": "src/server.js",
"scripts": {
"test": "echo 'This project doesn't use npm scripts - enter `just` for the available development commands\n' && exit 1"
},
"resolutions": {
"**/pug": "^3.0.1",
"**/yargs-parser": "13.1.2"
},
"dependencies": {
"@pryv/boiler": "https://github.com/pryv/pryv-boiler.git#semver:^1.1.1",
"body-parser": "^1.20.1",
"email-templates": "^10.0.1",
"express": "^4.18.2",
"superagent": "^8.0.9"
},
"devDependencies": {
"nyc": "^15.1.0",
"semistandard": "^16.0.1",
"source-licenser": "^2.0.5",
"supertest": "^6.3.3"
}
}