{ "name": "ArmCord", "version": "3.1.0", "description": "ArmCord is a custom client designed to enhance your Discord experience while keeping everything lightweight.", "main": "ts-out/main.js", "scripts": { "build": "tsc && copyfiles -u 1 src/**/*.html src/**/**/*.css ts-out/ && copyfiles package.json ts-out/ && copyfiles assets/** ts-out/", "watch": "tsc -w", "start": "npm run build && electron ./ts-out/main.js", "package": "npm run build && electron-builder", "format": "prettier --write **/*", "postinstall": "husky install" }, "repository": { "type": "git", "url": "git+https://github.com/armcord/armcord.git" }, "author": "smartfrigde", "license": "OSL-3.0", "bugs": { "url": "https://github.com/armcord/armcord/issues" }, "homepage": "https://github.com/armcord/armcord#readme", "devDependencies": { "@types/electron-json-storage": "^4.5.0", "@types/node": "^14.18.2", "copyfiles": "^2.4.1", "electron": "^17.1.0", "electron-builder": "^22.14.13", "husky": "^7.0.4", "prettier": "^2.5.1", "typescript": "^4.5.4" }, "dependencies": { "electron-context-menu": "^3.1.2", "electron-json-storage": "^4.5.0", "electron-tabs": "^0.15.0", "glasstron": "^0.1.1", "v8-compile-cache": "^2.3.0" }, "build": { "appId": "com.smartfridge.armcord", "productName": "ArmCord", "mac": { "category": "Network" }, "linux": { "category": "Network", "maintainer": "smartfrigde@gmail.com", "target": [ "deb", "tar.gz", "rpm", "AppImage" ] } } }