{ "name": "@silo/gitlab", "version": "0.23.0", "private": true, "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "dev": "tsc --watch", "build": "tsc && tsc-alias", "lint": "eslint src --ext .ts" }, "description": "Gitlab package used by silo for importers and integrations", "author": "Plane Engineering", "license": "AGPL", "dependencies": { "@plane/constants": "*", "@plane/sdk": "*", "zod": "^3.23.8", "axios": "^1.7.2" }, "devDependencies": { "typescript": "^5.3.3", "@plane/eslint-config": "*", "@plane/typescript-config": "*", "tsc-alias": "^1.8.10" } }