Commit 14cbd1aa authored by nanahira's avatar nanahira

use koishi as peerdep

parent e8d0f774
Pipeline #6049 passed with stages
in 1 minute and 8 seconds
export * from './src/koishi.constants'
export * from './src/koishi.decorators'
export * from './src/koishi.interfaces'
export * from './src/koishi.service'
export * from './src/koishi.module'
export * from './src/koishi.constants';
export * from './src/koishi.decorators';
export * from './src/koishi.interfaces';
export * from './src/koishi.service';
export * from './src/koishi.module';
export * from 'koishi';
This diff is collapsed.
......@@ -30,8 +30,10 @@
"author": "Nanahira",
"license": "MIT",
"peerDependencies": {
"@nestjs/core": "^7.0.0 || ^8.0.0",
"@nestjs/common": "^7.0.0 || ^8.0.0",
"@nestjs/core": "^7.0.0 || ^8.0.0",
"koishi": "^4.0.0-alpha.8",
"proxy-agent": "^5.0.0",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
......@@ -43,12 +45,13 @@
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.1",
"koishi": "^4.0.0-alpha.8",
"prettier": "^2.4.1",
"proxy-agent": "^5.0.0",
"reflect-metadata": "^0.1.13",
"typescript": "^4.4.3"
},
"dependencies": {
"koishi": "^4.0.0-alpha.8",
"proxy-agent": "^5.0.0"
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment