-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) · 1.57 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
54
55
56
57
{
"name": "sekai-calculator",
"version": "0.12.2",
"description": "Project SEKAI Calculator for deck power, live score, event point and more.",
"type": "module",
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"scripts": {
"build": "rollup -c --configPlugin typescript",
"lint": "eslint --fix 'src/**/*.ts'",
"test": "jest",
"release": "pnpm build && pnpm publish"
},
"files": [
"dist/index.cjs",
"dist/index.mjs",
"dist/index.d.ts"
],
"keywords": [
"SEKAI",
"TypeScript",
"ESM"
],
"author": {
"name": "xfl03",
"url": "https://github.com/xfl03"
},
"homepage": "https://github.com/xfl03/sekai-calculator",
"bugs": {
"url": "https://github.com/xfl03/sekai-calculator/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/xfl03/sekai-calculator.git"
},
"license": "LGPL-2.1-or-later",
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.0",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"eslint": "^8.37.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"jest": "^29.5.0",
"rollup": "^3.20.2",
"rollup-plugin-dts": "^5.3.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"tslib": "^2.5.0",
"typescript": "^5.0.3"
},
"packageManager": "pnpm@8.10.0+sha256.3c5d70d07b0c4849d7e07398b62bf48ca6619ca86f77981125eaab7f5ee82c4c"
}