Switch to using npm for better CI consistency

This commit is contained in:
Oliver 2025-12-07 21:56:46 -07:00
parent 9c95e4b1f6
commit 2373b1077d
3 changed files with 4262 additions and 1500 deletions

4260
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -1,8 +1,10 @@
{ {
"devDependencies": { "devDependencies": {
"@aws-sdk/client-s3": "^3.946.0",
"@eslint/js": "^9.8.0", "@eslint/js": "^9.8.0",
"@foundryvtt/foundryvtt-cli": "^1.0.3", "@foundryvtt/foundryvtt-cli": "^1.0.3",
"@stylistic/eslint-plugin": "^2.6.1", "@stylistic/eslint-plugin": "^2.6.1",
"axios": "^1.13.2",
"dotenv": "^17.2.2", "dotenv": "^17.2.2",
"eslint": "^9.8.0", "eslint": "^9.8.0",
"globals": "^15.9.0" "globals": "^15.9.0"

1500
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff