UNPKG

feature-toggle-package

Version:

A lightweight and flexible feature toggle (feature flag) implementation for JavaScript/TypeScript applications

43 lines (42 loc) 914 B
{ "name": "feature-toggle-package", "version": "0.1.5", "description": "A lightweight and flexible feature toggle (feature flag) implementation for JavaScript/TypeScript applications", "main": "./dist/index.js", "module": "./dist/index.js", "browser": "./dist/index.js", "types": "./dist/index.d.ts", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.js" } }, "files": [ "dist", "package.json", "README.md" ], "scripts": { "build": "tsc", "prepublishOnly": "npm run build" }, "keywords": [ "feature-toggle", "feature-flags", "feature-switch", "toggle", "flags", "typescript", "javascript", "modules", "configuration" ], "author": "Abhijeet Chattar", "license": "ISC", "devDependencies": { "typescript": "^5.2.2" } }