-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 938 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
{
"name": "memotest",
"version": "1.0.0",
"description": "Juego Memotest para r/argentina programa",
"main": "index.html",
"scripts": {
"test": "jest",
"testcollect": "jest --collect-coverage",
"test:dev": "jest --watch",
"test:ui": "run-p serve test:cypress",
"test:ui:dev": "run-p serve test:cypress:dev",
"test:cypress": "cypress run",
"test:cypress:dev": "cypress open",
"serve": "http-server -c-1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anarod13/memotest-peliculas.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/anarod13/memotest-peliculas/issues"
},
"homepage": "https://github.com/anarod13/memotest-peliculas#readme",
"dependencies": {
"bootstrap": "^4.6.1",
"jquery": "^3.5.1"
},
"devDependencies": {
"@babel/preset-env": "^7.16.11",
"babel": "^6.23.0",
"jest": "^27.5.1"
}
}