package.json 525 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "milvus-insight",
  3. "version": "0.0.0-development",
  4. "description": "Milvus insight",
  5. "license": "Apache-2.0",
  6. "bugs": "https://github.com/milvus-io/milvus-insight/issues",
  7. "release": {
  8. "branches": [
  9. "master"
  10. ]
  11. },
  12. "publishConfig": {
  13. "access": "public"
  14. },
  15. "scripts": {
  16. "semantic-release": "semantic-release"
  17. },
  18. "repository": {
  19. "type": "git",
  20. "url": "https://github.com/nameczz/milvus-insight.git"
  21. },
  22. "devDependencies": {
  23. "semantic-release": "^17.4.4"
  24. }
  25. }