node-karin 0.11.8 → 0.11.9

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 +2 -19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-karin",
3
- "version": "0.11.8",
3
+ "version": "0.11.9",
4
4
  "private": false,
5
5
  "description": "基于 Kritor 进行开发的nodejs机器人框架",
6
6
  "homepage": "https://github.com/KarinJS/Karin",
@@ -139,9 +139,6 @@
139
139
  "sort": "npx sort-package-json && sort-json tsconfig.json",
140
140
  "dev": "node lib/cli/dev.js"
141
141
  },
142
- "peerDependencies": {
143
- "node-karin": "link:./lib"
144
- },
145
142
  "dependencies": {
146
143
  "art-template": "4.13.2",
147
144
  "axios": "1.7.3",
@@ -158,20 +155,6 @@
158
155
  "ws": "8.18.0",
159
156
  "yaml": "2.5.0"
160
157
  },
161
- "devDependencies": {
162
- "@types/express": "^4.17.21",
163
- "@types/lodash": "^4.17.7",
164
- "@types/node": "^20.14.11",
165
- "@types/node-schedule": "^2.1.7",
166
- "@types/ws": "^8.5.11",
167
- "eslint": "^9.7.0",
168
- "neostandard": "^0.11.1",
169
- "sort-json": "^2.0.1",
170
- "sort-package-json": "^2.10.0",
171
- "tsc-alias": "^1.8.10",
172
- "tsx": "^4.16.2",
173
- "typescript": "^5.5.3"
174
- },
175
158
  "engines": {
176
159
  "node": ">=18"
177
160
  },
@@ -179,4 +162,4 @@
179
162
  "access": "public",
180
163
  "registry": "https://registry.npmjs.org"
181
164
  }
182
- }
165
+ }