-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 800 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 800 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
{
"name": "select_launcher",
"version": "1.3.7",
"description": "One stop shop to Indie Gaming.",
"main": "index.js",
"scripts": {
"dev": "concurrently \"cd server && npm run dev\" \"cd client && npm run dev\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/select-studios/Select-Launcher.git"
},
"keywords": [],
"author": "Select Studios | Aktindo, Game Glide",
"license": "ISC",
"bugs": {
"url": "https://github.com/select-studios/Select-Launcher/issues"
},
"homepage": "https://github.com/select-studios/Select-Launcher#readme",
"devDependencies": {
"concurrently": "^8.2.2"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.12",
"eslint": "^8.40.0",
"octokit": "^4.0.2",
"react-markdown": "^9.0.1"
}
}