stop ignoring the package files
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -11,9 +11,7 @@
|
||||
.vs/
|
||||
.vscode/
|
||||
.idea/
|
||||
package.json
|
||||
package.g.props
|
||||
package-lock.json
|
||||
node_modules/
|
||||
Modpack-Modern.sln
|
||||
Modpack-Modern.esproj
|
||||
|
||||
1508
package-lock.json
generated
Normal file
1508
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
23
package.json
Normal file
23
package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user