koishi-plugin-class-score-system 1.0.13 → 1.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +39 -1
package/package.json CHANGED
@@ -1 +1,39 @@
1
- {"name": "koishi-plugin-class-score-system", "version": "1.0.13", "description": "班级操行分管理系统(CSMS) Koishi 插件,CSMS-GitHub:https://github.com/QianKunBoss/ClassScoreManageSystem", "type": "commonjs", "main": "lib/index.js", "typings": "lib/index.d.ts", "exports": {".": {"types": "./lib/index.d.ts", "require": "./lib/index.js", "import": "./lib/index.js"}, "./package.json": "./package.json"}, "files": ["lib", "src"], "license": "MIT", "scripts": {"build": "node scripts/build.cjs", "build:dts": "tsc --emitDeclarationOnly --declaration --outDir=lib", "dev": "node scripts/build.cjs --watch"}, "keywords": ["koishi", "plugin", "class", "score", "management"], "peerDependencies": {"koishi": "^4.18.0"}, "devDependencies": {"esbuild": "^0.24.0"}}
1
+ {
2
+ "name": "koishi-plugin-class-score-system",
3
+ "version": "1.0.14",
4
+ "description": "班级操行分管理系统(CSMS) Koishi 插件,CSMS-GitHub:https://github.com/QianKunBoss/ClassScoreManageSystem",
5
+ "type": "commonjs",
6
+ "main": "lib/index.js",
7
+ "typings": "lib/index.d.ts",
8
+ "exports": {
9
+ ".": {
10
+ "types": "./lib/index.d.ts",
11
+ "require": "./lib/index.js",
12
+ "import": "./lib/index.js"
13
+ },
14
+ "./package.json": "./package.json"
15
+ },
16
+ "files": [
17
+ "lib",
18
+ "src"
19
+ ],
20
+ "license": "MIT",
21
+ "scripts": {
22
+ "build": "node scripts/build.cjs",
23
+ "build:dts": "tsc --emitDeclarationOnly --declaration --outDir=lib",
24
+ "dev": "node scripts/build.cjs --watch"
25
+ },
26
+ "keywords": [
27
+ "koishi",
28
+ "plugin",
29
+ "class",
30
+ "score",
31
+ "management"
32
+ ],
33
+ "peerDependencies": {
34
+ "koishi": "^4.18.0"
35
+ },
36
+ "devDependencies": {
37
+ "esbuild": "^0.24.0"
38
+ }
39
+ }