UNPKG

@featurevisor/cli

Version:
50 lines (49 loc) 1.17 kB
{ "name": "@featurevisor/cli", "version": "2.3.3", "description": "CLI package of Featurevisor", "main": "bin.js", "types": "lib/index.d.ts", "bin": { "featurevisor": "bin.js" }, "scripts": { "transpile": "rimraf lib && tsc --project tsconfig.cjs.json", "dist": "echo 'Nothing to dist here'", "build": "npm run transpile", "test": "echo 'Nothing to test in this package'" }, "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" }, "author": { "name": "Fahad Heylaal", "url": "https://fahad19.com" }, "license": "MIT", "dependencies": { "@featurevisor/core": "2.3.3" }, "gitHead": "a09f88b38d1630b0f6e70fd5b7288111715d1df6" }