-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.07 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
{
"name": "tenhou-pairi-kokei-display",
"version": "0.1.0",
"description": "Display Kokei percentage of ii-shan-ten in Tenhou-Pairi",
"main": "dist/index.js",
"files": [
"src",
"dist",
"build",
"vite.config.ts"
],
"scripts": {
"build": "vite build",
"test": "vitest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tanimodori/tenhou-pairi-kokei-display.git"
},
"keywords": [
"tenhou",
"greasyfork"
],
"author": "Tanimodori",
"license": "MIT",
"bugs": {
"url": "https://github.com/Tanimodori/tenhou-pairi-kokei-display/issues"
},
"homepage": "https://github.com/Tanimodori/tenhou-pairi-kokei-display#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.35.1",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"happy-dom": "^6.0.4",
"less": "^4.1.3",
"prettier": "^2.7.1",
"typescript": "^4.8.2",
"vite": "^3.0.9",
"vitest": "^0.22.1"
},
"dependencies": {
"@tanimodori/mj-core": "^0.2.11"
}
}