Files
rush-character-archive-foun…/package.json
2025-08-03 21:19:54 -07:00

23 lines
579 B
JSON

{
"name": "foundry-module-ts",
"version": "1.0.0",
"description": "A template project for FoundryVTT modules using TypeScript",
"license": "MIT",
"private": true,
"scripts": {
"build": "tsc && vite build"
},
"type": "module",
"devDependencies": {
"rollup-plugin-copy": "^3.5.0",
"typescript": "^5.8.3",
"vite": "^7.0.6"
},
"dependencies": {
"@league-of-foundry-developers/foundry-vtt-types": "^9.280.0",
"@protobuf-ts/grpcweb-transport": "^2.11.1",
"@protobuf-ts/plugin": "^2.11.1",
"@types/google-protobuf": "^3.15.12"
}
}