-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.45 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "smalldevtalk",
"contributors": [
{
"name": "Alexander Sullivan",
"email": "[email protected]",
"url": "https://alexjsully.me/"
},
{
"name": "Neil Rampone"
},
{
"name": "Jeffery Cen",
"url": "https://www.jefferycen.com"
}
],
"version": "1.3.4",
"private": true,
"description": "Small Dev Talk - Talk with the Developers of the Future! Find interviews, news articles and reviews on the latest in the indie scene.",
"main": "index.html",
"type": "module",
"devDependencies": {
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.9.0",
"http-server": "^14.1.1",
"prettier": "^3.3.3",
"workbox-cli": "^7.1.0"
},
"scripts": {
"eslint": "eslint --fix ./",
"eslint:check": "eslint ./",
"prettier": "prettier --write ./",
"prettier:check": "prettier --check ./",
"start": "http-server . -p 3000",
"validate": "npm run prettier && npm run eslint",
"workbox": "workbox generateSW"
},
"bugs": {
"url": "https://github.com/AlexJSully/Small-Dev-Talk/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlexJSully/Small-Dev-Talk.git"
},
"keywords": [
"comics",
"design",
"entertainment",
"fashion",
"game",
"game-development",
"gamedev",
"indie",
"movies",
"news",
"technology",
"tumblr",
"website"
],
"license": "GPL-3.0",
"homepage": "https://github.com/AlexJSully/Small-Dev-Talk#readme"
}