-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.21 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
{
"name": "@flocasts/lynx-scoreboard",
"version": "0.0.10",
"description": "Generic server to act as a Lynx Scoreboard receiver.",
"main": "dist/index.js",
"publishConfig": {
"@flocasts:registry": "https://npm.pkg.github.com"
},
"scripts": {
"start": "node ./dist/index",
"build": "tsc",
"test": "jest",
"e2e": "flagpole run --all",
"lint": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flocasts/lynx-scoreboard.git"
},
"author": "Russell Brewer <[email protected]>, Jason Byrne <[email protected]>, Joshua Foss <[email protected]>",
"bugs": {
"url": "https://github.com/flocasts/lynx-scoreboard/issues"
},
"homepage": "https://github.com/flocasts/lynx-scoreboard#readme",
"devDependencies": {
"@types/jest": "^25.2.2",
"@types/node": "^14.0.1",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"eslint": "^7.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"flagpole": "^2.4.3",
"jest": "^26.0.1",
"prettier": "^2.0.5",
"ts-jest": "^25.5.1",
"typescript": "^3.9.2"
}
}