{
  "name": "tesfy",
  "version": "1.2.1",
  "author": "Andres Alvarez <a.alvarez.sor@gmail.com>",
  "description": "A lightweight A/B Testing and Feature Flag JavaScript library focused on performance",
  "keywords": [
    "A/B Testing",
    "Feature Flags",
    "Experiment",
    "TypeScript",
    "JavaScript"
  ],
  "main": "dist/index.js",
  "module": "dist/tesfy.esm.js",
  "unpkg": "dist/tesfy.umd.production.min.js",
  "jsdelivr": "dist/tesfy.umd.production.min.js",
  "react-native": "dist/tesfy.esm.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build --name Tesfy --format cjs,esm,umd",
    "test": "tsdx test",
    "lint": "tsdx lint",
    "postversion": "git push && git push --tags",
    "size": "npm run build && size-limit"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/andresz1/tesfy.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/andresz1/tesfy/issues"
  },
  "homepage": "https://github.com/andresz1/tesfy#readme",
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "peerDependencies": {},
  "devDependencies": {
    "@size-limit/preset-small-lib": "^4.4.5",
    "@types/jest": "^25.2.1",
    "husky": "^4.2.5",
    "size-limit": "^4.4.5",
    "tsdx": "^0.13.1",
    "tslib": "^1.11.1",
    "typescript": "^3.8.3"
  },
  "dependencies": {
    "json-logic-js": "^1.2.2",
    "murmurhash": "^0.0.2"
  }
}
