-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
32 lines (32 loc) · 1.01 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
32
{
"name": "retrosantander",
"private": true,
"description": "Un experimento de Jaime Gómez-Obregón con los archivos fotográficos públicos.",
"homepage": "https://github.com/JaimeObregon/retrosantander",
"bugs": {
"url": "https://github.com/JaimeObregon/retrosantander/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/JaimeObregon/retrosantander.git"
},
"license": "Véase el fichero LICENSE",
"author": "Jaime Gómez-Obregón",
"prettier": {
"semi": false,
"singleQuote": true
},
"scripts": {
"retrosantander": "PROJECT=retrosantander npm run serve",
"retrogipuzkoa": "PROJECT=retrogipuzkoa npm run serve",
"guregipuzkoa": "PROJECT=guregipuzkoa npm run serve",
"serve": "live-server --host=${PROJECT} --entry-file=${PROJECT}/index.html httpdocs",
"build": "scripts/build.sh"
},
"devDependencies": {
"@aws-sdk/client-rekognition": "^3.309.0",
"@aws-sdk/client-s3": "^3.309.0",
"live-server": "^1.1.0",
"prettier": "^2.7.1"
}
}