24 lines
768 B
JSON
24 lines
768 B
JSON
{
|
|
"description": "This file exists purely so that eslint works",
|
|
|
|
"license": "ISC",
|
|
"bugs": {"url": "https://github.com/TerraFirmaGreg-Team/Modpack-Modern/issues"},
|
|
"devDependencies": {
|
|
"eslint": "^9.31.0",
|
|
"@eslint/js": "^9.31.0",
|
|
"globals": "^16.3.0",
|
|
"typescript-eslint": "^8.37.0",
|
|
"@stylistic/eslint-plugin": "^5.2.0"
|
|
},
|
|
"author": "",
|
|
"name": "tfg-modern",
|
|
"main": "eslint.config.js",
|
|
"scripts": {"test": "echo \"Error: no test specified\" && exit 1"},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/TerraFirmaGreg-Team/Modpack-Modern.git"
|
|
},
|
|
"version": "1.0.0",
|
|
"homepage": "https://github.com/TerraFirmaGreg-Team/Modpack-Modern#readme"
|
|
}
|