-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.46 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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "fsc",
"version": "1.0.0",
"description": "An easy to use scorecard for Farkle so you never need a pen and paper again.",
"workspaces": [
"packages/*",
"apps/*"
],
"directories": {
"doc": "docs",
"lib": "lib"
},
"dependencies": {
"@fsc/state": "*",
"@fsc/types": "*",
"bootstrap": "^5.2.3",
"hygen": "^6.2.11"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.54.1",
"customize-cra": "^1.0.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard-with-typescript": "^34.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"typescript": "^4.9.5"
},
"scripts": {
"hygen": "hygen",
"lint": "eslint --ext js,ts,tsx apps/*/src --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mimiflynn/farkle-sc.git"
},
"author": "Mimi Flynn",
"license": "ISC",
"bugs": {
"url": "https://github.com/mimiflynn/farkle-sc/issues"
},
"engines": {
"node": "^18.14.0",
"npm": "^9.3.1"
},
"homepage": "https://github.com/mimiflynn/farkle-sc#readme"
}