-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 936 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
{
"name": "ftc-stack-light",
"version": "1.0.0",
"description": "The FTC Stack Light used by the FTAs and Field Staff to determine what state the field is in.",
"main": "index.js",
"type": "module",
"prettier": "@firstisrael/prettier-config",
"scripts": {
"start": "node index.js",
"prettier": "prettier --write ."
},
"author": "Ofek Ashery",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/FIRSTIsrael/ftc-stack-light.git"
},
"bugs": {
"url": "https://github.com/FIRSTIsrael/ftc-stack-light/issues"
},
"homepage": "https://github.com/FIRSTIsrael/ftc-stack-light#readme",
"dependencies": {
"ejs": "^3.1.6",
"express": "^4.17.1",
"fetch-cookie": "^1.0.0",
"node-fetch": "^3.0.0",
"node-html-parser": "^5.0.0",
"ws": "^8.2.3"
},
"devDependencies": {
"@firstisrael/prettier-config": "^1.1.0",
"prettier": "2.4.1"
}
}