18 lines
440 B
JSON
18 lines
440 B
JSON
{
|
|
"name": "connect-force",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"description": "A selfmade Connect Four game.",
|
|
"author": "Manuel Thalmann <m@nuth.ch>",
|
|
"scripts": {
|
|
"lint": "eslint --max-warnings 0 ./src .eslintrc.cjs",
|
|
"lint-ide": "npm run lint || exit 0"
|
|
},
|
|
"devDependencies": {
|
|
"@manuth/eslint-plugin-typescript": "^4.0.0",
|
|
"@manuth/tsconfig": "^3.0.2",
|
|
"eslint": "^8.23.1"
|
|
}
|
|
}
|