-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 930 Bytes
/
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
{
"name": "aurora",
"version": "1.0.0",
"repository": "https://github.com/Zolvy/AME-1.2.git",
"author": "loonalol <loona@loona.lol>",
"license": "MIT",
"private": "true",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"lint": "eslint -c .eslintrc.js ",
"format": "prettier . --write",
"start": "yarn build && electron ./dist/render.js"
},
"dependencies": {
"discord-auto-rpc": "^1.0.17",
"ejs": "^3.1.10",
"express-ejs-layouts": "^2.5.1",
"global": "^4.4.0",
"less": "^4.2.0",
"mica-electron": "^1.5.10",
"typescript": "^5.4.5"
},
"devDependencies": {
"@eslint/js": "^9.3.0",
"@types/ejs": "^3.1.5",
"@types/express": "^4.17.21",
"@types/express-ejs-layouts": "^2.5.4",
"electron": "^31.0.0-beta.6",
"eslint": "9.x",
"express": "^4.19.2",
"globals": "^15.3.0",
"prettier": "3.2.5",
"typescript-eslint": "^7.11.0"
}
}