forked from sheetjs/sheetjs
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			281 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			281 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"name": "sheetjs-electron",
 | |
| 	"author": "sheetjs",
 | |
| 	"version": "0.0.0",
 | |
| 	"main": "main.js",
 | |
| 	"dependencies": {
 | |
| 		"@electron/remote": "^2.0.5",
 | |
| 		"electron": "^17.1.0",
 | |
| 		"xlsx": "https://cdn.sheetjs.com/xlsx-latest/xlsx-latest.tgz"
 | |
| 	},
 | |
| 	"scripts": {
 | |
| 		"start": "electron ."
 | |
| 	}
 | |
| }
 |