UNPKG

@featurevisor/core

Version:

Core package of Featurevisor for Node.js usage

58 lines (57 loc) 1.43 kB
{ "name": "@featurevisor/core", "version": "2.1.0", "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.1.0", "@featurevisor/site": "2.0.3", "@featurevisor/types": "2.0.3", "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": "96ac5672adf1043ab215b75ba825885d0a6f76bf" }