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.8",
|
|
"electron": "^18.2.0",
|
|
"xlsx": "https://cdn.sheetjs.com/xlsx-latest/xlsx-latest.tgz"
|
|
},
|
|
"scripts": {
|
|
"start": "electron ."
|
|
}
|
|
}
|