-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.11 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
{
"name": "lrclibuploader",
"version": "1.3.1",
"main": "src/index.ts",
"scripts": {
"test": "ts-node -r tsconfig-paths/register .",
"test:dry": "ts-node -r tsconfig-paths/register . -d",
"build": "tsc && tsc-alias",
"watch": "tsc && (concurrently \"tsc -w\" \"tsc-alias -w\")",
"start": "node ./dist/index.js",
"start:dry": "node ./dist/index.js -d"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@eslint/js": "^9.10.0",
"@types/node": "^22.5.4",
"@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.9.0",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.10",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.5.0"
},
"dependencies": {
"ansi-colors": "^4.1.3",
"commander": "^12.1.0",
"fetch": "^1.1.0",
"node-fetch": "^3.3.2",
"semver": "^7.6.3"
}
}