Initialize project files

This commit is contained in:
Eldritch-Oliver 2025-10-16 23:24:36 -06:00
parent 22a4cc1611
commit 643b2e0c88
16 changed files with 1833 additions and 0 deletions

15
package.json Normal file
View file

@ -0,0 +1,15 @@
{
"devDependencies": {
"@eslint/js": "^9.8.0",
"@foundryvtt/foundryvtt-cli": "^1.0.3",
"@stylistic/eslint-plugin": "^2.6.1",
"dotenv": "^17.2.2",
"eslint": "^9.8.0",
"globals": "^15.9.0"
},
"scripts": {
"link": "node scripts/linkFoundry.mjs",
"lint": "eslint --fix",
"lint:nofix": "eslint"
}
}