-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 870 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 870 Bytes
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
{
"devDependencies": {
"@tauri-apps/api": "^1.0.0-beta.8",
"@tauri-apps/cli": "^1.0.0-beta.10",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"class-transformer": "^0.4.0",
"eslint": "^7.32.0",
"tslib": "^2.3.1",
"typescript": "^4.4.2"
},
"name": "everlauncher_api",
"version": "1.0.0",
"description": "API service for EverLauncher",
"main": "dist/index.js",
"scripts": {
"lint": "npx eslint . --ext .ts",
"build": "tsc -b -v"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EverMCServer/EverLauncherAPI.git"
},
"author": "djytw",
"license": "LGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/EverMCServer/EverLauncherAPI/issues"
},
"homepage": "https://github.com/EverMCServer/EverLauncherAPI#readme",
"private": true
}