{
    "name": "@sr-connect/bitbucket-cloud",
    "version": "1.1.0",
    "description": "Library for Adaptavist ScriptRunner Connect Bitbucket Cloud Connector",
    "main": "index.js",
    "repository": "git@bitbucket.org:adaptavistlabs/stitch-it-bitbucket-cloud.git",
    "author": "Adaptavist",
    "license": "UNLICENSED",
    "private": false,
    "scripts": {
        "build": "yarn tsc && cp package.json dist/package.json",
        "release": "sh ./publish.sh"
    },
    "devDependencies": {
        "typescript": "^4.0.3"
    }
}