{
    "name": "@shinkashi/insight-sdk",
    "description": "Solution Insight SDK for JavaScript",
    "main": "cjs/index.js",
    "module": "esm/index.js",
    "types": "cjs/index.d.ts",
    "files": [
        "esm/",
        "cjs/"
    ],
    "dependencies": {
        "@types/js-yaml": "^4.0.2",
        "@types/node": "^17.0.32",
        "axios": "^0.21.1",
        "js-yaml": "^4.0.0"
    },
    "devDependencies": {
        "@semantic-release/git": "^10",
        "@semantic-release/gitlab": "^9",
        "@semantic-release/npm": "^9",
        "@types/jest": "^27.5.1",
        "jest": "^26.6.3",
        "semantic-release": "^19",
        "ts-jest": "^26.4.4",
        "typescript": "^4.1.3"
    },
    "scripts": {
        "test": "jest",
        "build": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
        "prepare": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
        "tsc": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
        "semantic-release": "semantic-release"
    },
    "repository": {
        "type": "git",
        "url": "https://scm.dimensiondata.com/aumc/insight-apac/insight-sdk-js.git"
    },
    "keywords": [
        "CMP",
        "Solution Insight"
    ],
    "author": "Shinichiro Kashiwagi <s.kashiwagi@gmail.com>",
    "license": "Apache-2.0",
    "bugs": {
        "url": "https://github.com/shinkashi/insight-sdk-js/issues"
    },
    "homepage": "https://github.com/shinkashi/insight-sdk-js#readme",
    "version": "2.7.0"
}
