@featurevisor/types
Version:
Common Typescript types for Featurevisor
45 lines (44 loc) • 1.14 kB
JSON
{
"name": "@featurevisor/types",
"version": "1.35.0",
"description": "Common Typescript types for Featurevisor",
"main": "dist/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"transpile": "rimraf lib && tsc --project tsconfig.esm.json",
"dist": "webpack --config ./webpack.config.js",
"build": "npm run transpile && npm run dist",
"test": "echo 'Nothing to test in types package'"
},
"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",
"gitHead": "6c9ecabb7e39f77fc89e64395fedfc9570324fb7"
}