forked from public/foundryvtt-reve-de-dragon
		
	
		
			
				
	
	
		
			37 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "foundryvtt-reve-de-dragon",
 | 
						|
  "description": "<h2><em>Rêve de Dragon</em> pour Foundry Virtual TableTop</h2>",
 | 
						|
  "private": true,
 | 
						|
  "version": "1.0.0",
 | 
						|
  "license": "Creative Commons",
 | 
						|
  "main": "gulpfile.js",
 | 
						|
  "scripts": {
 | 
						|
    "build": "npx vite build",
 | 
						|
    "gulp": "gulp",
 | 
						|
    "run": "npx vite serve",
 | 
						|
    "packCompendiumsToDist": "node ./tools/packCompendiumsToDist.mjs",
 | 
						|
    "unpackCompendiumsFromPublic": "node ./tools/unpackCompendiumsFromPublic.mjs"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@eslint/js": "^9.8.0",
 | 
						|
    "@foundryvtt/foundryvtt-cli": "^1.0.3",
 | 
						|
    "commander": "^11.1.0",
 | 
						|
    "eslint": "^9.9.0",
 | 
						|
    "eslint-config-prettier": "^9.1.0",
 | 
						|
    "eslint-plugin-jsdoc": "^48.11.0",
 | 
						|
    "eslint-plugin-prettier": "^5.2.1",
 | 
						|
    "globals": "^15.9.0",
 | 
						|
    "less": "^4.1.3",
 | 
						|
    "prettier": "^3.3.3"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "gulp": "^5.0.0",
 | 
						|
    "gulp-less": "^5.0.0",
 | 
						|
    "rollup-plugin-visualizer": "^5.12.0"
 | 
						|
  },
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "https://www.uberwald.me/gitea/public/foundryvtt-reve-de-dragon.git"
 | 
						|
  }
 | 
						|
}
 |