forked from public/foundryvtt-reve-de-dragon
		
	Preparation de build avec compendiums séparés
This commit is contained in:
		
							
								
								
									
										14
									
								
								package.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								package.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,14 @@
 | 
			
		||||
{
 | 
			
		||||
  "scripts": {
 | 
			
		||||
    "build": "npx vite build",
 | 
			
		||||
    "packCompendiumsToDist": "node ./tools/packCompendiumsToDist.mjs",
 | 
			
		||||
    "packCompendiumsToPublic": "node ./tools/packCompendiumsToPublic.mjs",
 | 
			
		||||
    "unpackCompendiumsFromPublic": "node ./tools/unpackCompendiumsFromPublic.mjs"
 | 
			
		||||
  },
 | 
			
		||||
  "devDependencies": {
 | 
			
		||||
    "@foundryvtt/foundryvtt-cli": "^1.0.3"
 | 
			
		||||
  },
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
    "rollup-plugin-visualizer": "^5.12.0"
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user