rox-config-fetcher
Version:
CloudBees Feature Management ROX JS SDK flag config fetcher
75 lines (74 loc) • 1.94 kB
JSON
{
"name": "rox-config-fetcher",
"version": "6.0.13",
"description": "CloudBees Feature Management ROX JS SDK flag config fetcher",
"author": "CloudBees <support@cloudbees.com>",
"license": "SEE LICENSE IN LICENSE",
"homepage": "https://www.cloudbees.com/products/feature-management",
"repository": {
"type": "git",
"url": "https://github.com/rollout/roxjs.git"
},
"bugs": {
"url": "https://github.com/rollout/roxjs/issues",
"email": "support@cloudbees.com"
},
"keywords": [
"feature-flag",
"feature-flags",
"cloudbees",
"cloudbees.io",
"rox",
"flags",
"flag",
"configuration",
"remote-control",
"feature-management"
],
"main": "dist/rox-config-fetcher.js",
"module": "dist/rox-config-fetcher.mjs",
"exports": {
"import": "./dist/rox-config-fetcher.mjs",
"require": "./dist/rox-config-fetcher.js"
},
"files": [
"dist/*.js",
"dist/*.mjs"
],
"scripts": {
"clean:dist": "rm -rf ./dist && rm -f ./tsconfig.tsbuildinfo && rm -rf .rollup.cache",
"build": "NODE_ENV=production rollup --config=./rollup.config.js",
"test": "NODE_ENV=test jest --no-watchman --forceExit --testPathPattern ./**/__tests__/**"
},
"ROX": {
"api_version": "1.9.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.1.0",
"@rollup/plugin-typescript": "^8.3.3",
"@types/node": "^18.0.0",
"jest": "^27.4.7",
"rollup": "^2.76.0",
"rox-node": "^6.0.13",
"ts-jest": "^27.1.2"
},
"jest": {
"testURL": "http://localhost/",
"moduleDirectories": [
"node_modules"
],
"transform": {
"/node_modules/(?!rox-node).+\\.ts$": "ts-jest"
},
"moduleNameMapper": {
"rox-node": "<rootDir>/../rox-node/src"
},
"preset": "ts-jest/presets/js-with-ts",
"testPathIgnorePatterns": [
"/node_modules/",
"\\.d\\.ts$",
"/dist/",
"/.rollup.cache/"
]
}
}