-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.29 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
{
"name": "arcaea-builder",
"version": "1.1.0",
"description": "Build your own Arcaea game client to play self-made or modified official charts!",
"main": "src/main.ts",
"scripts": {
"action": "ts-node -r tsconfig-paths/register src/main",
"util": "ts-node -r tsconfig-paths/register src/util"
},
"author": "Menci",
"license": "MIT",
"repository": "[email protected]:Menci/arcaea-builder.git",
"dependencies": {
"@fontsource/exo": "^4.5.0",
"@types/fs-extra": "^9.0.11",
"@types/js-yaml": "^4.0.1",
"@types/klaw": "^3.0.2",
"@types/lodash": "^4.14.172",
"@types/mime-types": "^2.1.1",
"@types/node": "^15.12.2",
"@types/plist": "^3.0.2",
"@types/sharp": "^0.28.3",
"@types/sqlite3": "^3.1.7",
"@types/stream-to-array": "^2.3.0",
"@types/tempy": "^0.3.0",
"@types/xmldom": "^0.1.30",
"fs-extra": "^10.0.0",
"js-yaml": "^4.1.0",
"klaw": "^3.0.0",
"lodash": "^4.17.21",
"mime-types": "^2.1.32",
"node-vibrant": "^3.2.1-alpha.1",
"plist": "^3.0.2",
"puppeteer": "^10.0.0",
"sharp": "^0.28.3",
"sqlite3": "^5.0.2",
"stream-to-array": "^2.3.0",
"tempy": "1.0.1",
"ts-node": "9.1.1",
"tsconfig-paths": "^3.9.0",
"typescript": "^4.3.2",
"winston": "^3.3.3",
"xmldom": "^0.6.0"
}
}