@featurevisor/core
Version:
Core package of Featurevisor for Node.js usage
58 lines (57 loc) • 1.43 kB
JSON
{
"name": "@featurevisor/core",
"version": "2.3.3",
"description": "Core package of Featurevisor for Node.js usage",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"transpile": "rimraf lib && tsc --project tsconfig.cjs.json",
"dist": "echo 'Nothing to dist here'",
"build": "npm run transpile",
"test": "jest --config jest.config.js --verbose --coverage"
},
"author": {
"name": "Fahad Heylaal",
"url": "https://fahad19.com"
},
"homepage": "https://featurevisor.com",
"keywords": [
"featurevisor",
"feature",
"features",
"flags",
"feature flags",
"feature toggles",
"feature management",
"experimentation",
"experiment",
"experiments"
],
"repository": {
"type": "git",
"url": "https://github.com/featurevisor/featurevisor.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"bugs": {
"url": "https://github.com/featurevisor/featurevisor/issues"
},
"license": "MIT",
"dependencies": {
"@featurevisor/sdk": "2.3.3",
"@featurevisor/site": "2.1.2",
"@featurevisor/types": "2.1.2",
"axios": "^1.3.4",
"js-yaml": "^4.1.0",
"tar": "^6.1.13",
"yargs": "^17.7.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/js-yaml": "^4.0.5",
"@types/tar": "^6.1.4"
},
"gitHead": "a09f88b38d1630b0f6e70fd5b7288111715d1df6"
}