-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 981 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
37
38
39
40
{
"name": "greek-lists",
"description": "An attempt to gather greek static lists in one place.",
"version": "1.0.1",
"author": "Thodoris Pliakas <thodoris.pliakas@gmail.com> (https://tpliakas.com)",
"license": "MIT",
"type": "module",
"main": "dist/greek-lists.js",
"homepage": "https://github.com/tpliakas/greek-lists",
"repository": {
"type": "git",
"url": "https://github.com/tpliakas/greek-lists.git"
},
"bugs": {
"url": "https://github.com/tpliakas/greek-lists/issues"
},
"keywords": [
"greek",
"lists",
"greek list",
"greek cities",
"greek municipalities",
"greek prefectures",
"greek regions",
"greek areas"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"prepare": "husky install"
},
"devDependencies": {
"husky": "^8.0.3",
"lint-staged": "^13.1.2",
"prettier": "2.8.4",
"typescript": "^4.9.3",
"vite": "^4.1.0"
}
}