-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 854 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
{
"name": "the-mines-challenge",
"private": true,
"description": "Build a clone of the most significan Windows contribution to the world, Minesweeper™",
"repository": "https://github.com/bryanjswift/the-mines-challenge.git",
"bugs": {
"url": "https://github.com/bryanjswift/the-mines-challenge/issues"
},
"author": "Bryan Swift <[email protected]>",
"license": "MIT",
"workspaces": {
"packages": [
"server-nest",
"ui",
"ui-rs"
]
},
"scripts": {
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "4.15.1",
"@typescript-eslint/parser": "4.15.1",
"eslint": "7.20.0",
"eslint-config-prettier": "8.0.0",
"eslint-plugin-sql": "1.2.0",
"prettier": "2.2.1",
"pretty-quick": "3.1.0",
"typescript": "4.1.5"
}
}