forked from Nishisonic/gkcoi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.32 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
48
49
50
51
52
53
{
"name": "gkcoi",
"version": "1.5.2",
"description": "Generate KanColle Organization Image",
"main": "dist/index.js",
"module": "esm/index.js",
"sideEffects": false,
"scripts": {
"build": "npm run build:cjs && npm run build:esm",
"build:cjs": "tsc -p tsconfig.json",
"build:esm": "tsc -p tsconfig.esm.json",
"watch": "webpack -w"
},
"files": [
"esm",
"dist",
"!dist/bundle.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Nishisonic/gkcoi.git"
},
"keywords": [
"kancolle"
],
"author": "Nishisonic(Nishikuma)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Nishisonic/gkcoi/issues"
},
"homepage": "https://github.com/Nishisonic/gkcoi#readme",
"devDependencies": {
"@types/node": "^20.5.6",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.0.2",
"ts-loader": "^9.4.4",
"ts-node": "^10.9.1",
"typescript": "5.2.2",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"aaci-prop": "^1.2.0",
"chart.js": "^3.9.1",
"chartjs-plugin-datalabels": "^2.2.0",
"lzjs": "^1.3.1",
"ts-steganography": "^3.0.2"
}
}