1
1
{
2
- "name" : " build" ,
3
- "version" : " 1.0.0" ,
4
- "description" : " " ,
5
- "main" : " index.js" ,
6
- "scripts" : {
7
- "start" : " node index.js" ,
8
- "dev" : " nodemon index.js -e js,hbs,css" ,
9
- "test" : " echo \" Error: no test specified\" && exit 1"
10
- },
11
- "author" : " Lily2point0" ,
12
- "license" : " MIT" ,
13
- "dependencies" : {
14
- "@financial-times/s3o-middleware" : " ^3.0.1" ,
15
- "@google-cloud/translate" : " ^2.1.4" ,
16
- "aws-sdk" : " ^2.538.0" ,
17
- "cheerio" : " ^1.0.0-rc.3" ,
18
- "dotenv" : " ^5.0.1" ,
19
- "express" : " ^4.16.4" ,
20
- "express-enforces-ssl" : " ^1.1.0" ,
21
- "hbs" : " ^4.0.5" ,
22
- "helmet" : " ^3.21.1" ,
23
- "path" : " ^0.12.7"
24
- },
25
- "devDependencies" : {
26
- "nodemon" : " ^1.19.3"
27
- }
28
- }
2
+ "name" : " build" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " " ,
5
+ "main" : " index.js" ,
6
+ "scripts" : {
7
+ "start" : " node index.js" ,
8
+ "dev" : " nodemon index.js -e js,hbs,css" ,
9
+ "test" : " echo \" Error: no test specified\" && exit 1" ,
10
+ "snyk-protect" : " snyk protect" ,
11
+ "prepare" : " npm run snyk-protect"
12
+ },
13
+ "author" : " Lily2point0" ,
14
+ "license" : " MIT" ,
15
+ "dependencies" : {
16
+ "@financial-times/s3o-middleware" : " ^3.0.1" ,
17
+ "@google-cloud/translate" : " ^2.1.4" ,
18
+ "aws-sdk" : " ^2.543.0" ,
19
+ "cheerio" : " ^1.0.0-rc.3" ,
20
+ "dotenv" : " ^5.0.1" ,
21
+ "express" : " ^4.16.4" ,
22
+ "express-enforces-ssl" : " ^1.1.0" ,
23
+ "hbs" : " ^4.0.5" ,
24
+ "helmet" : " ^3.21.1" ,
25
+ "path" : " ^0.12.7" ,
26
+ "snyk" : " ^1.116.4"
27
+ },
28
+ "devDependencies" : {
29
+ "nodemon" : " ^1.19.3"
30
+ },
31
+ "snyk" : true
32
+ }
0 commit comments