12345678910111213141516171819202122232425 |
- {
- "name": "milvus-insight",
- "version": "0.0.0-development",
- "description": "Milvus insight",
- "license": "Apache-2.0",
- "bugs": "https://github.com/milvus-io/milvus-insight/issues",
- "release": {
- "branches": [
- "master"
- ]
- },
- "publishConfig": {
- "access": "public"
- },
- "scripts": {
- "semantic-release": "semantic-release"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/nameczz/milvus-insight.git"
- },
- "devDependencies": {
- "semantic-release": "^17.4.4"
- }
- }
|