This repository has been archived by the owner on Nov 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "rikka",
"version": "0.1.0",
"description": "Rikka is a fast, free as in freedom Discord client mod loader.",
"main": "dist/index.js",
"scripts": {
"rikka:install": "npm run build && node dist/Installer/installer.js",
"rikka:uninstall": "node dist/Installer/uninstall.js",
"prepare": "ts-patch install -s",
"build": "tsc -p tsconfig.json && npm run copy-files",
"dev": "tsc -w -p tsconfig.json",
"copy-files": "copyfiles -u 1 src/**/*.pem src/**/*.css src/**/style.css src/**/.exists src/**/*.json src/**/*.scss src/**/*.coffee dist/",
"clean": "rimraf dist",
"lint": "eslint --ext .ts ./src",
"doc": "tsdoc"
},
"keywords": [
"discord",
"discord-mod",
"discord-injector"
],
"author": "V3L0C1T13S",
"license": "GPL-3.0",
"devDependencies": {
"@microsoft/tsdoc": "^0.14.1",
"@microsoft/tsdoc-config": "^0.16.1",
"@types/blessed": "^0.1.19",
"@types/coffeescript": "^2.5.2",
"@types/electron-devtools-installer": "^2.2.2",
"@types/fs-extra": "^9.0.13",
"@types/lodash": "^4.14.182",
"@types/node": "^18.11.9",
"@types/prompt": "^1.1.4",
"@types/react": "^18.0.25",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"coffeescript": "^2.7.0",
"cpy-cli": "^4.1.0",
"eslint": "^8.21.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"rimraf": "^3.0.2",
"ts-patch": "^2.0.1",
"tsc-progress": "^1.0.4",
"tslib": "^2.3.1",
"typedoc": "^0.23.20",
"typescript-transform-paths": "^3.3.1"
},
"dependencies": {
"axios": "^0.27.2",
"blessed": "^0.1.81",
"copyfiles": "^2.4.1",
"electron": "^21.2.2",
"electron-devtools-installer": "^3.2.0",
"fs-extra": "^10.1.0",
"git-repo-info": "^2.1.1",
"isomorphic-git": "^1.19.2",
"lodash": "^4.17.21",
"react": "^18.1.0",
"react-is": "^18.2.0",
"sass": "^1.55.0",
"sucrase": "^3.24.0",
"sudo-prompt": "^9.2.1",
"typescript": "^4.7.4"
}
}