-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1023 Bytes
/
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
{
"name": "@aurmeneta/buscacursos-uc",
"version": "2.3.0",
"description": "Obtener cursos desde buscacursos.uc.cl",
"main": "index.js",
"scripts": {
"test": "jest",
"lint": "eslint . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aurmeneta/BuscaCursosUC.git"
},
"keywords": [
"uc",
"puc"
],
"author": "Andrés Urmeneta B. <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/aurmeneta/BuscaCursosUC/issues"
},
"homepage": "https://github.com/aurmeneta/BuscaCursosUC#readme",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"cheerio": "^1.0.0"
},
"devDependencies": {
"@faker-js/faker": "^9.3.0",
"eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.2.0",
"jest": "^29.7.0",
"jest-light-runner": "^0.6.0"
},
"jest": {
"runner": "jest-light-runner"
}
}