-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1022 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
{
"name": "branch-three-oviraptor",
"version": "2023.12.21",
"description": "Travis's Advent of Code 2023",
"author": "Travis Hardiman",
"homepage": "https://branch-three-oviraptor.glitch.me/",
"main": "server.js",
"scripts": {
"test": "node --check server.js && semistandard && eslint server.js public/*.js",
"start": "node server.js"
},
"engines": {
"node": "^14.21.3 || >=16.0.0 || >=18.0.0"
},
"dependencies": {
"connect-timeout": "^1.9.0",
"eslint": "^8.57.1",
"express": "^4.21.1",
"express-rate-limit": "^7.4.1",
"semistandard": "^17.0.0",
"standard-engine": "^15.1.0",
"jshint": "^2.13.6"
},
"repository": {
"url": "https://glitch.com/edit/#!/branch-three-oviraptor"
},
"license": "Hippocratic-3.0",
"keywords": [
"glitch",
"adventofcode",
"advent",
"advent-of-code",
"advent-of-code-2023"
],
"browserslist": [
"defaults",
"node > 14",
"fully supports es6-module",
"maintained node versions"
]
}