-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.07 KB
/
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
34
35
36
37
38
{
"name": "rysolv_email",
"version": "1.0.0",
"description": "transactional email api for rysolv.com",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "cross-env NODE_ENV=production node index.js",
"start:dev": "cross-env NODE_ENV=development nodemon index.js",
"start:local": "cross-env NODE_ENV=local nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rysolv/rysolv_email.git"
},
"author": "Anna Pojawis, Tyler Maran",
"license": "ISC",
"bugs": {
"url": "https://github.com/rysolv/rysolv_email/issues"
},
"homepage": "https://github.com/rysolv/rysolv_email#readme",
"dependencies": {
"@octokit/auth-token": "2.4.3",
"@octokit/rest": "18.0.9",
"body-parser": "1.19.0",
"cross-env": "7.0.2",
"dotenv": "8.2.0",
"express": "4.17.1",
"pg": "8.4.2",
"postmark": "2.7.1",
"uuid": "8.3.2"
},
"devDependencies": {
"eslint": "7.13.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-plugin-import": "2.22.1"
}
}