-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.55 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.55 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
{
"author": "KonfHub Technologies",
"bugs": {
"url": "https://github.com/CodeOpsTechnologies/talent-board-be/issues"
},
"dependencies": {
"data-api-client": "^1.0.1"
},
"description": "This is talent board backend project source files",
"devDependencies": {
"apidoc": "^0.18.0",
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.3",
"faker": "^5.1.0",
"jest": "^24.9.0",
"jest-coverage-badges": "^1.1.2",
"prettier": "^1.19.1",
"serverless-dotenv-plugin": "^2.4.2",
"serverless-offline": "^6.8.0",
"serverless-pseudo-parameters": "^2.5.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"zip-webpack-plugin": "^3.0.0"
},
"homepage": "https://talent.awsug.in",
"license": "MIT",
"main": "index.js",
"name": "talent-board-backend",
"repository": {
"type": "git",
"url": "git+https://github.com/CodeOpsTechnologies/talent-board-be.git"
},
"scripts": {
"docs": "apidoc -i Docs/ -o ApiDocs/html-docs/",
"bundle": "./node_modules/.bin/webpack",
"format": "prettier --write --ignore-path .gitignore \"./**/*.{js,json}\"",
"formatCheck": "prettier --check --ignore-path .gitignore \"./**/*.{js,json}\"",
"test": "node wakeUpDB.js && jest --config=jest.config.js --verbose --detectOpenHandles --coverage --coverageReporters=\"json-summary\" && jest-coverage-badges"
},
"version": "1.0.0"
}