mirror of
				https://github.com/lutinglt/gitea-github-theme.git
				synced 2025-10-31 00:50:30 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			194 B
		
	
	
	
		
			JavaScript
		
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			194 B
		
	
	
	
		
			JavaScript
		
	
	
	
		
			Vendored
		
	
	
	
| const fs = require("fs");
 | |
| const path = require("path");
 | |
| 
 | |
| const pkgPath = path.join(__dirname, "..", "package.json");
 | |
| const pkg = JSON.parse(fs.readFileSync(pkgPath));
 | |
| 
 | |
| console.log(pkg.version);
 | 
