package.json 694 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "olap-connector",
  3. "version": "1.0.0",
  4. "description": "",
  5. "scripts": {
  6. "start": "ts-node ./app/main.ts",
  7. "dev": "npm run start",
  8. "init": "./https.sh"
  9. },
  10. "keywords": [],
  11. "author": "",
  12. "license": "ISC",
  13. "dependencies": {
  14. "@koa/cors": "^3.1.0",
  15. "@koa/router": "^10.1.1",
  16. "axios": "^0.21.4",
  17. "jsonwebtoken": "^9.0.0",
  18. "koa": "^2.13.3",
  19. "koa-body": "^4.2.0",
  20. "mysql2": "^2.3.0"
  21. },
  22. "devDependencies": {
  23. "@types/jsonwebtoken": "^8.5.5",
  24. "@types/koa": "^2.13.4",
  25. "@types/koa__cors": "^3.0.3",
  26. "@types/koa__router": "^8.0.8",
  27. "@types/node": "^16.10.1",
  28. "ts-node": "^10.2.1",
  29. "typescript": "^4.4.3"
  30. }
  31. }