-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.28 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
46
47
{
"author": "Mimiko Phonowell <phnonwell@gmail.com>",
"bugs": {
"url": "https://github.com/phonowell/mona2yuanmo/issues"
},
"dependencies": {
"fire-compiler": "^0.0.5",
"nib": "^1.2.0"
},
"description": "",
"devDependencies": {
"@swc/core": "^1.3.16",
"@types/lodash": "^4.14.189",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"fire-keeper": "0.0.202",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
},
"homepage": "https://github.com/phonowell/mona2yuanmo",
"keywords": [
"genshin",
"genshin impact"
],
"license": "MIT",
"name": "mona2yuanmo",
"repository": {
"type": "git",
"url": "https://github.com/phonowell/mona2yuanmo.git"
},
"scripts": {
"alice": "ts-node task/alice",
"build": "npm run alice build",
"watch": "npm run alice watch"
},
"url": "https://github.com/phonowell/mona2yuanmo",
"version": "0.0.2"
}