-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.19 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
{
"name": "vagas",
"version": "1.0.0",
"description": "Algoritmo para pegar vagas de repositorios",
"main": "server.ts",
"repository": "git@github.com:Santosl2/vagas-api.git",
"author": "Santosl2c <mfilype2019@gmail.com>",
"license": "MIT",
"scripts": {
"dev": "ts-node-dev -r tsconfig-paths/register --inspect --transpile-only --ignore node_modules src/server.ts"
},
"dependencies": {
"axios": "^0.26.1",
"axios-cache-adapter": "^2.7.3",
"chrome-aws-lambda": "^10.1.0",
"express": "^4.17.3",
"memory-cache": "^0.2.0",
"puppeteer-core": "^13.5.2"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/memory-cache": "^0.2.2",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"eslint": "^8.13.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-import-helpers": "^1.2.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"prettier": "^2.6.2",
"ts-node-dev": "^1.1.8",
"tsconfig-paths": "^3.14.1",
"tscpaths": "^0.0.9",
"typescript": "^4.6.3"
}
}