{
    "name": "@kentico/kontent-delivery",
    "version": "11.13.0",
    "repository": {
        "type": "git",
        "url": "https://github.com/Kentico/kontent-delivery-sdk-js"
    },
    "private": false,
    "author": "richard sustek",
    "license": "MIT",
    "description": "Official Kentico Kontent Delivery API SDK",
    "keywords": [
        "Kontent",
        "Kontent SDK",
        "Kontent API",
        "Kentico",
        "Kentico API",
        "Kentico Javascript",
        "Kentico SDK",
        "Kentico Node",
        "Kentico Kontent",
        "Kentico Kontent SDK",
        "Kentico Kontent Typescript",
        "Kentico Kontent Javascript",
        "Kentico Kontent Delivery",
        "Kentico Kontent Delivery SDK",
        "Kentico Delivery",
        "Kentico Delivery SDK",
        "Kentico Delivery Node",
        "Kentico Node SDK",
        "Kentico Node.js SDK"
    ],
    "engines": {
        "node": ">= 8"
    },
    "main": "./dist/cjs/index.js",
    "module": "./dist/es6/index.js",
    "es2015": "./dist/es6/index.js",
    "types": "./dist/cjs/index.d.ts",
    "standard-version": {
        "scripts": {
            "postchangelog": "npm run set-sdk-version"
        }
    },
    "scripts": {
        "release": "npm run ts-lint:check && standard-version",
        "release:major": "npm run ts-lint:check && standard-version --release-as major",
        "standard-version:prerelease": "standard-version --prerelease",
        "ts-lint:fix": "npm run ts-lint:check -- --fix",
        "ts-lint:check": "tslint --project ./tsconfig.json",
        "test:browser": "karma start karma.conf.js",
        "test:gh-actions": "karma start karma-gh-actions.conf.js",
        "test:node": "npm run build:commonjs && npx mocha -- \"test/node/**/*.js\" --timeout 15000",
        "test:all": "npm run test:node && npm run test:gh-actions",
        "new-patch": "npm version patch && npm run set-sdk-version && npm run check-version ",
        "new-minor": "npm version minor && npm run set-sdk-version && npm run check-version ",
        "new-major": "npm version major && npm run set-sdk-version && npm run check-version ",
        "prepublishOnly": "npm run ts-lint:check && npm run check-version  && npm run build:all && npm run test:all",
        "set-sdk-version": "node ./misc/set-sdk-version.js",
        "check-version": "npx ts-node ./misc/verify-sdk-version.ts",
        "webpack:dev": "webpack -- --mode development --config webpack.config.js --progress",
        "webpack:prod": "webpack -- --mode production --config webpack.config.js --progress",
        "publish:beta": "npm publish --tag=next",
        "build:umd": "npm run webpack:dev && npm run webpack:prod",
        "build:es6": "tsc -m es6 --outDir dist/es6 --p tsconfig.prod.json",
        "build:esnext": "tsc -m esnext --outDir dist/esnext --p tsconfig.prod.json",
        "build:commonjs": "tsc -m commonjs --outDir dist/cjs --p tsconfig.prod.json",
        "build:all": "npm run build:umd && npm run build:es6 && npm run build:esnext && npm run build:commonjs",
        "bundle-stats:min": "npm run build:umd && webpack-bundle-analyzer dist/bundles/stats.min.json",
        "bundle-stats": "npm run build:umd && webpack-bundle-analyzer dist/bundles/stats.json"
    },
    "dependencies": {
        "@kentico/kontent-core": "9.5.0",
        "uuid": "8.3.2",
        "url-parse": "1.5.10"
    },
    "devDependencies": {
        "@types/url-parse": "1.4.8",
        "@types/jasmine": "4.0.3",
        "@types/node": "17.0.35",
        "@types/uuid": "8.3.4",
        "colors": "1.4.0",
        "jasmine-core": "4.1.1",
        "jasmine-spec-reporter": "7.0.0",
        "karma": "6.3.20",
        "karma-chrome-launcher": "3.1.1",
        "karma-cli": "2.0.0",
        "karma-coverage-istanbul-reporter": "3.0.3",
        "karma-jasmine": "5.0.1",
        "karma-jasmine-html-reporter": "1.7.0",
        "karma-sourcemap-loader": "0.3.8",
        "karma-typescript": "5.5.3",
        "karma-typescript-es6-transform": "5.5.3",
        "lcov-parse": "1.0.0",
        "mocha": "10.0.0",
        "standard-version": "9.5.0",
        "ts-loader": "9.3.0",
        "tslint": "6.1.3",
        "typescript": "4.6.4",
        "webpack": "5.72.1",
        "webpack-bundle-analyzer": "4.5.0",
        "webpack-cli": "4.9.2"
    }
}
