forked from booleancl/clases-gratuitas-fullstack-javascript-dec-2024-fundamentals-javascript-lab-free01
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1.08 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
{
"name": "javascript-lab03",
"version": "1.0.0",
"description": "## Módulo 3: Repaso de fundamentos de Javascript. Conocer la sintáxis fundamental de Javascript en un contexto de propósito general. ## Unidad 3: Funciones y Arreglos",
"main": "index.js",
"scripts": {
"test": "vitest",
"test:ci": "vitest run",
"test:coverage": "vitest run --coverage --coverage.reportOnFailure",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/booleancl/javascript-lab03.git"
},
"keywords": [],
"author": "Academia Boolean",
"license": "ISC",
"bugs": {
"url": "https://github.com/booleancl/javascript-lab03/issues"
},
"homepage": "https://github.com/booleancl/javascript-lab03#readme",
"devDependencies": {
"@vitest/coverage-v8": "^2.1.8",
"husky": "^9.1.7",
"lint-staged": "^15.2.11",
"standard": "^17.1.2",
"vitest": "^2.1.8"
},
"packageManager": "pnpm@9.14.3+sha512.c0f53ee99477ed969b82b289ad011a5d16bf1623c957e7f29eabe8d0c00b574c29b8c7f54f6c67ee710c73f285c8154d07ce44b46fe2c0eeb476a90441bac371"
}