mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
07d5cd15d0
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.24 to 17.0.25. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
58 lines
1.7 KiB
JSON
58 lines
1.7 KiB
JSON
{
|
|
"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 src/**/*",
|
|
"CIbuild": "npm run build && electron-builder --linux zip && electron-builder --windows zip && electron-builder --macos zip",
|
|
"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": "^17.0.25",
|
|
"@types/ws": "^8.5.3",
|
|
"copyfiles": "^2.4.1",
|
|
"electron": "^18.0.4",
|
|
"electron-builder": "^23.0.3",
|
|
"husky": "^7.0.4",
|
|
"prettier": "^2.5.1",
|
|
"typescript": "^4.5.4"
|
|
},
|
|
"dependencies": {
|
|
"electron-context-menu": "^3.1.2",
|
|
"v8-compile-cache": "^2.3.0",
|
|
"ws": "^8.5.0"
|
|
},
|
|
"build": {
|
|
"appId": "com.smartfridge.armcord",
|
|
"productName": "ArmCord",
|
|
"mac": {
|
|
"category": "Network"
|
|
},
|
|
"linux": {
|
|
"category": "Network",
|
|
"maintainer": "smartfrigde@gmail.com",
|
|
"target": [
|
|
"deb",
|
|
"tar.gz",
|
|
"rpm",
|
|
"AppImage"
|
|
]
|
|
}
|
|
}
|
|
}
|