forked from JaimeObregon/observatoriospublicos.es
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 780 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
{
"name": "observatoriospublicos.es",
"version": "1.0.0",
"description": "Observatorio de los observatorios públicos de España",
"homepage": "https://observatoriospublicos.es",
"bugs": {
"url": "https://github.com/JaimeObregon/observatoriospublicos.es/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JaimeObregon/observatoriospublicos.es.git"
},
"license": "AGPL-3.0-or-later",
"author": "Jaime Gómez-Obregón",
"type": "module",
"main": "httpdocs/index.html",
"scripts": {
"serve": "bin/serve.js"
},
"prettier": {
"semi": false,
"singleQuote": true
},
"devDependencies": {
"@types/github-script": "github:actions/github-script",
"live-server": "^1.2.2",
"prettier": "^2.8.2"
}
}