-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 943 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
41
42
{
"name": "glitch-in-bio",
"version": "0.0.1",
"description": "Your very own link-in-bio app.",
"main": "index.html",
"scripts": {
"start": "vite",
"build": "vite build",
"serve": "vite preview",
"release": "auto shipit"
},
"devDependencies": {
"@auto-it/all-contributors": "^10.37.6",
"@auto-it/first-time-contributor": "^10.37.6",
"@auto-it/released": "^10.37.6",
"auto": "^10.37.6",
"vite": "^2.9.16",
"@glitchdotcom/vite-plugin-handlebars": "^1.6.2"
},
"browserslist": [
">0.2%",
"not dead"
],
"engines": {
"node": "14.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/glitch-in-bio"
},
"glitch": {
"projectType": "generated_static"
},
"author": "Keith Kurson <keith@glitch.com>",
"auto": {
"plugins": [
"all-contributors",
"first-time-contributor",
"released"
],
"onlyPublishWithReleaseLabel": true
}
}