UNPKG

configcat-js-ssr

Version:

ConfigCat Feature Flags for Server Side Rendered apps like NuxtJS. Official ConfigCat SDK for Server Side Rendered to easily access feature flags.

93 lines (92 loc) 2.86 kB
{ "name": "configcat-js-ssr", "version": "8.4.5", "description": "ConfigCat Feature Flags for Server Side Rendered apps like NuxtJS. Official ConfigCat SDK for Server Side Rendered to easily access feature flags.", "main": "lib/index.js", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "scripts": { "test": "karma start karma-chrome-coverage.conf.js", "test-firefox": "karma start karma-firefox.conf.js", "test-chrome": "karma start karma-chrome.conf.js", "test-chromium": "karma start karma-chromium.conf.js", "test-node": "cross-env NODE_EXTRA_CA_CERTS=./test/cert/testCA.pem TS_NODE_PROJECT=./tsconfig.mocha.json mocha --require ts-node/register 'test/**/*.ts' --ignore test/index.ts --exit --timeout 30000", "build": "tsc -p tsconfig.build.cjs.json && tsc -p tsconfig.build.esm.json && gulp tsc", "buildPure": "webpack && gulp webpack", "prepare": "npm run build", "lint": "eslint . --ext .ts", "lint:fix": "eslint . --ext .ts --fix" }, "repository": { "type": "git", "url": "git+https://github.com/configcat/js-ssr-sdk.git" }, "keywords": [ "feature flags", "feature flags", "configcat", "nuxtjs", "vue", "ssr", "config", "configuration", "remote configuration", "configcat client", "feature flags", "feature toggle", "feature switch", "canary release", "soft launch", "release strategy" ], "author": "ConfigCat", "license": "MIT", "homepage": "https://configcat.com", "bugs": { "url": "https://github.com/configcat/nuxt-sdk/issues" }, "dependencies": { "axios": "^1.8.4", "configcat-common": "9.3.1", "tslib": "^2.4.1" }, "devDependencies": { "@ephesoft/webpack.istanbul.loader": "^2.2.0", "@types/chai": "4.3.4", "@types/mocha": "^10.0.1", "@types/node": "^18.11.18", "@typescript-eslint/eslint-plugin": "^5.53.0", "@typescript-eslint/parser": "^5.53.0", "axios-mock-adapter": "^1.21.2", "chai": "^4.3.7", "core-js": "^3.24.1", "cross-env": "^7.0.3", "eslint": "^8.34.0", "eslint-plugin-import": "^2.27.5", "gulp": "^5.0.0", "gulp-replace": "^1.1.3", "gulp-typescript": "^6.0.0-alpha.1", "karma": "^6.4.4", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^3.1.1", "karma-cli": "^2.0.0", "karma-coverage": "^2.2.0", "karma-firefox-launcher": "^2.1.2", "karma-mocha": "^2.0.1", "karma-sourcemap-loader": "^0.3.8", "karma-webpack": "^5.0.0", "mocha": "^10.2.0", "ts-loader": "^9.3.1", "ts-node": "^10.9.2", "typescript": "^4.8.4", "webpack": "^5.77.0", "webpack-auto-inject-version": "^1.2.2", "webpack-cli": "^4.10.0" }, "overrides": { "chokidar": "3.5.3", "cookie": "0.7.2", "glob-parent": "5.1.2", "loader-utils": "1.4.2" } }