armcord/package.json

35 lines
1.0 KiB
JSON
Raw Normal View History

2021-05-01 12:41:12 +00:00
{
2021-12-24 21:56:49 +00:00
"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",
2021-05-01 12:41:12 +00:00
"scripts": {
2021-12-24 21:56:49 +00:00
"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/"
2021-05-01 12:43:10 +00:00
},
"repository": {
"type": "git",
2021-12-24 21:56:49 +00:00
"url": "git+https://github.com/armcord/armcord.git"
},
2021-12-24 21:56:49 +00:00
"author": "smartfrigde",
"license": "OSL-3.0",
2021-05-01 12:43:10 +00:00
"bugs": {
2021-12-24 21:56:49 +00:00
"url": "https://github.com/armcord/armcord/issues"
2021-05-01 12:43:10 +00:00
},
2021-12-24 21:56:49 +00:00
"homepage": "https://github.com/armcord/armcord#readme",
"devDependencies": {
"electron": "^16.0.7"
2021-12-24 21:56:49 +00:00
},
"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"
2021-12-24 21:56:49 +00:00
}
2021-05-20 16:42:16 +00:00
}