-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
39 lines (39 loc) · 994 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
37
38
39
{
"name": "genshin-impact-team-randomizer",
"version": "1.4.7",
"description": "A web app to randomize your Genshin Impact team based on the characters that you own",
"type": "module",
"files": [
"dist"
],
"scripts": {
"format": "prettier --write .",
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"license": "MIT",
"devDependencies": {
"@types/node": "20.11.11",
"prettier": "3.2.1",
"typescript": "5.3.3",
"vite": "5.0.12",
"vite-plugin-solid": "2.9.1"
},
"dependencies": {
"solid-js": "1.8.12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pustur/genshin-impact-team-randomizer.git"
},
"author": {
"name": "Loris Bettazza",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/Pustur/genshin-impact-team-randomizer/issues"
},
"homepage": "https://github.com/Pustur/genshin-impact-team-randomizer#readme"
}