24 lines
616 B
JSON
24 lines
616 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",
|
|
"rollup-plugin-scss": "^4.0.1",
|
|
"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"
|
|
}
|
|
}
|