-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·56 lines (56 loc) · 1.44 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
55
56
{
"name": "test-ttms",
"version": "1.0.0",
"main": "server/server.js",
"engines": {
"node": ">=10.19.0"
},
"scripts": {
"start": "node server/server.js",
"test": "./node_modules/.bin/jest",
"lint": "./node_modules/.bin/eslint .",
"lint:fix": "node_modules/.bin/eslint . --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/bharathkontham/"
},
"keywords": [
"tickets",
"theatres",
"cms"
],
"author": "Bharath Reddy Kontham <[email protected]>",
"dependencies": {
"async": "3.2.0",
"compression": "^1.7.4",
"config": "^3.3.6",
"cors": "^2.8.5",
"helmet": "3.23.3",
"loopback": "3.28.0",
"loopback-boot": "2.28.0",
"loopback-component-explorer": "6.5.1",
"loopback-connector-esv6": "2.1.1",
"es7": "npm:@elastic/[email protected]",
"moment": "^2.29.1",
"ramda": "0.27.1",
"serve-favicon": "^2.0.1",
"strong-error-handler": "^4.0.0"
},
"devDependencies": {
"eslint": "^7.29.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-loopback": "8.0.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "7.15.0",
"jest": "^27.0.5",
"sinon": "^11.1.1",
"standard": "^16.0.3"
},
"license": "UNLICENSED",
"description": "bussr-ticket"
}