Skip to content

Commit

Permalink
v0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Changlon committed Jan 24, 2022
1 parent 22a0119 commit bc66b80
Showing 1 changed file with 22 additions and 15 deletions.
37 changes: 22 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koa-wechat-public",
"version": "0.1.9",
"version": "0.1.10",
"description": "一款基于koa的微信公众号开发中间件",
"main": "dist/index.js",
"author": "changlon",
Expand All @@ -16,35 +16,42 @@
"公众号",
"微信公众号"
],
"typings": "typings/index.d.ts",
"scripts": {
"start": "ts-node ./example/oauth.ts",
"dev": "nodemon -e ts --exec ts-node ./example/oauth.ts",
"build": "rd /s/q dist && tsc"
"dev": "nodemon -e ts --exec ts-node ./example/index.ts",
"build": "rd /s/q dist && tsc",
"test": "mocha -r ts-node/register __tests__/*.test.ts"
},
"dependencies": {
"@types/axios": "^0.14.0",
"@types/koa-router": "^7.4.4",
"@types/promise": "^7.1.30",
"axios": "^0.25.0",
"crypto": "^1.0.1",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.2.1",
"form-data": "^4.0.0",
"koa-bodyparser": "^4.3.0",
"koa-xml-body": "^2.2.0"
"form-data": "^4.0.0"
},
"typings": "typings/index.d.ts",
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/chai": "^4.3.0",
"@types/koa": "^2.13.4",
"@types/koa-bodyparser": "^4.3.4",
"@types/koa-router": "^7.4.4",
"@types/koa-xml-body": "^2.2.0",
"@types/mocha": "^9.1.0",
"@types/promise": "^7.1.30",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.2.0",
"chai": "^4.3.4",
"eslint": "7.12.1",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"koa": "^2.13.4",
"koa-bodyparser": "^4.3.0",
"koa-router": "^10.1.1",
"koa-sendfile": "^3.0.0",
"koa-xml-body": "^2.2.0",
"mocha": "^9.1.4",
"nodemon": "^2.0.15",
"ts-node": "^10.4.0",
"typescript": "^4.5.2"
}
}

0 comments on commit bc66b80

Please sign in to comment.