forked from JaimeObregon/retrosantander
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
28 lines (28 loc) · 916 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
{
"name": "retrogasteiz",
"private": true,
"description": "Un experimento de Iker Ocio Zuazo con los archivos fotográficos públicos.",
"homepage": "https://github.com/0x10-z/retrogasteiz",
"bugs": {
"url": "https://github.com/0x10-z/retrogasteiz/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/0x10-z/retrogasteiz.git"
},
"license": "Véase el fichero LICENSE",
"author": "Iker Ocio Zuazo",
"prettier": {
"semi": false,
"singleQuote": true
},
"scripts": {
"retrogasteiz": "cp httpdocs/retrogasteiz/index.html index.html && PROJECT=retrogasteiz npm run serve",
"retro-debug": "cp httpdocs/retrogasteiz/index.html index.html && PROJECT=retro-debug npm run serve",
"serve": "live-server --host=${PROJECT} --entry-file=${PROJECT}/index.html httpdocs"
},
"devDependencies": {
"live-server": "^1.1.0",
"prettier": "^2.7.1"
}
}