-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.57 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.57 KB
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
{
"name": "eradani-connect-template",
"version": "2.2.0",
"description": "Eradani Connect Starter Application",
"main": "src/app.js",
"scripts": {
"setup": "npm run select-version",
"start": "npm run select-version",
"test": "npm run select-version",
"select-version": "printf \"\n\nPlease select a template version.\n\n\u001b[1;36mSelect JavaScript with \u001b[1;32mgit checkout JavaScript\u001b[0m\n\u001b[1;36mSelect TypeScript with \u001b[1;32mgit checkout TypeScript\u001b[0m\n\nThen set up the application by running \u001b[1;32mnpm run setup\u001b[0m\n\n\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/eradani-inc/eradani-connect-template.git"
},
"author": "Eradani",
"homepage": "https://github.com/eradani-inc/eradani-connect-template#readme",
"dependencies": {
"@eradani-inc/eradani-connect": "^2.2.0",
"axios": "^0.19.0",
"bluebird": "^3.5.5",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-jwt": "^5.3.0",
"express-validator": "^5.3.0",
"itoolkit": "^0.1.6",
"jsonwebtoken": "^8.5.0",
"morgan": "^1.9.0",
"odbc": "^2.2.2",
"sequelize": "^5.21.3",
"winston": "^3.2.0",
"winston-daily-rotate-file": "^3.9.0"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-promise": "^4.1.1",
"mocha": "^6.1.0",
"prettier": "^1.17.1"
}
}