-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.83 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "node-auth-alteryx",
"version": "1.0.0",
"description": "node-auth-alteryx \n If you dont have install node-js, please go this link [https://nodejs.org](https://nodejs.org)",
"main": "index.js",
"config": {
"engine": "getcontact",
"dockerHostUrl": "san4josq.dockerhub.com"
},
"scripts": {
"pm2": "NODE_ENV=development pm2 start bin/run.js -f --name $npm_package_name",
"start": "node ./bin/run.js",
"validateSwagger": "swagger-tools validate ./src/middleware/swagger/swaggerDocs.yaml",
"fix": "eslint --fix .",
"predocker": "docker build -t $npm_package_config_engine .",
"docker": "docker tag $npm_package_config_engine $npm_package_config_dockerHostUrl/$npm_package_config_engine:$npm_package_version",
"dockerLocal": "npm run predocker && docker run -e $npm_package_config_engine .",
"postdocker": "docker push $npm_package_config_dockerHostUrl/$npm_package_config_engine:$npm_package_version"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/helmet": "0.0.37",
"@types/morgan": "^1.7.35",
"bcryptjs": "^2.4.3",
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"express-session": "^1.15.6",
"js-yaml": "^3.11.0",
"jsonwebtoken": "^8.2.0",
"morgan": "^1.9.0",
"swagger-express-middleware": "^1.0.0-alpha.12",
"swagger-ui-express": "^2.0.15"
},
"devDependencies": {
"eslint": "^4.18.2",
"eslint-config-google": "^0.9.1",
"nodemon": "^1.11.0",
"swagger-tools": "^0.10.3"
},
"bin": {
"node-auth-alteryx": "run.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/odykyi/node-auth-alteryx.git"
},
"bugs": {
"url": "https://github.com/odykyi/node-auth-alteryx/issues"
},
"homepage": "https://github.com/odykyi/node-auth-alteryx#readme"
}