-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 875 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
{
"name": "frontend_mentor_challenges",
"version": "1.0.0",
"description": "Retos de frontendMentor",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"build": "bash build.sh",
"deploy": "yarn build && yarn start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jbuendia1y/frontend_mentor_challenges.git"
},
"keywords": [
"FrontendMentor",
"Challenges",
"Github Pages",
"npm",
"yarn",
"vite"
],
"author": "Joaquín Buendía",
"license": "ISC",
"bugs": {
"url": "https://github.com/jbuendia1y/frontend_mentor_challenges/issues"
},
"homepage": "https://github.com/jbuendia1y/frontend_mentor_challenges#readme",
"devDependencies": {
"gh-pages": "^3.2.3"
},
"dependencies": {
"rimraf": "^3.0.2"
}
}