-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 917 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
{
"name": "carousel-athletics",
"version": "0.1.0",
"description": "Display athletics schedule information for Carousel",
"scripts": {
"setup": "./bin/setup.mjs",
"build": "webpack",
"deploy": "run-s deploy:*",
"deploy:build": "npm run build",
"deploy:publish": "bin/deploy.mjs",
"logs": "./bin/logs.mjs"
},
"author": {
"name": "Seth Battis",
"url": "https://github.com/groton-school"
},
"license": "GPL-3.0",
"devDependencies": {
"@battis/eslint-config": "latest",
"@battis/partly-gcloudy": "^0.4.4",
"@battis/prettier-config": "latest",
"@battis/qui-cli": "^0.3.9",
"@battis/webpack": "latest",
"@types/node": "^20.14.12",
"npm-run-all": "^4.1.5",
"typescript": "^5.5.4"
},
"prettier": "@battis/prettier-config",
"eslintConfig": {
"extends": "@battis/eslint-config"
},
"dependencies": {
"bootstrap": "^5.3.3"
}
}