Lightcord/package.json

34 lines
1.3 KiB
JSON

{
"name": "lightcord",
"version": "0.1.0",
"description": "",
"main": "dist/launcher.js",
"scripts": {
"test": "tsc && NODE_OPTIONS.bat && electron .",
"run": "NODE_OPTIONS.bat && electron .",
"build": "electron-packager . --ignore=\"(distApp|builds|\\.ts)\" --arch=ia32 --win32metadata.ProductName=\"Lightcord\" --win32metadata.CompanyName=\"Lightcord Inc.\" --protocol=discord --platform=\"win32\" --out=builds --icon=app.ico --executable-name=\"Lightcord\" --asar.unpack=*.{node,dll} --overwrite",
"devInstall": "npm i -g --arch=ia32 electron@7.1.11 && npm i -g typescript && npm i --save-dev @types/node@12.12.39 && npm i --save-dev --arch=ia32 electron@7.1.11 && node installSubModules.js && echo \"Everything is installed. You should be able to do `npm run test` to compile everything and launch.\""
},
"author": "",
"license": "ISC",
"dependencies": {
"bytenode": "^1.1.6",
"glasstron": "0.0.3",
"mkdirp": "^1.0.4",
"node-fetch": "^2.6.0",
"request": "^2.88.2",
"rimraf": "^3.0.2",
"yauzl": "^2.10.0"
},
"private": true,
"devDependencies": {
"@types/mkdirp": "^1.0.0",
"@types/node": "^12.12.39",
"@types/rimraf": "^3.0.0",
"@types/yauzl": "^2.9.1",
"devtron": "^1.4.0",
"electron": "^7.1.11",
"terser": "^4.6.13"
}
}