Skip to content

Commit

Permalink
add import from packwiz & modrinth fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
PssbleTrngle committed Jan 29, 2024
1 parent cb48f4f commit 13d9ed0
Show file tree
Hide file tree
Showing 13 changed files with 871 additions and 509 deletions.
4 changes: 2 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"plugins": ["@typescript-eslint", "require-extensions"],
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "plugin:require-extensions/recommended"],
"root": true
}
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,6 @@ dist
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
.pnp.*

.env
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,24 +36,27 @@
"@types/minimatch": "^3.0.5",
"archiver": "^5.3.1",
"arg": "^5.0.2",
"axios": "^1.2.0",
"axios": "^1.6.7",
"chalk": "^5.0.1",
"command-line-usage": "^6.1.3",
"dotenv": "^16.4.1",
"form-data": "^4.0.0",
"fs-extra": "^10.1.0",
"minimatch": "^5.1.0",
"rimraf": "^3.0.2",
"toml": "^3.0.0",
"typescript": "^4.8.2",
"yaml": "^2.1.3"
},
"devDependencies": {
"@types/archiver": "^5.3.1",
"@types/command-line-usage": "^5.0.2",
"@types/node": "^17.0.45",
"@types/node": "^20.11.10",
"@types/rimraf": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"eslint": "^8.23.0",
"eslint-plugin-require-extensions": "^0.1.3",
"prettier": "^2.7.1",
"ts-node": "^10.9.1"
}
Expand Down
Loading

0 comments on commit 13d9ed0

Please sign in to comment.