mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
34 lines
1 KiB
JSON
34 lines
1 KiB
JSON
{
|
|
"name": "armcord",
|
|
"version": "3.0.0",
|
|
"description": "ArmCord is a custom client designed to enhance your Discord experience while keeping everything lightweight.",
|
|
"main": "dist/main.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"watch": "tsc -w",
|
|
"start": "npm run build && npm run copy-files && electron ./dist/main.js",
|
|
"copy-files": "copyfiles -u 1 src/**/*.html src/**/*.css dist/ && copyfiles package.json dist/ && copyfiles assets/** dist/"
|
|
},
|
|
"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": {
|
|
"electron": "^16.0.7"
|
|
},
|
|
"dependencies": {
|
|
"@types/electron-json-storage": "^4.5.0",
|
|
"@types/node": "^14.18.2",
|
|
"copyfiles": "^2.4.1",
|
|
"electron-json-storage": "^4.5.0",
|
|
"typescript": "^4.5.4",
|
|
"v8-compile-cache": "^2.3.0",
|
|
"ws": "^8.4.0"
|
|
}
|
|
}
|