{
  "name": "inject-stylesheet",
  "version": "5.0.0",
  "description": "Create a style element with CSS properties, filtering input using a allowlist or blocklist",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "prepublishOnly": "npm run build",
    "prebuild": "prettier --write .",
    "build": "tsc --declaration",
    "lint": "eslint --ext js,ts .",
    "posttest": "npm run lint",
    "test": "jest"
  },
  "author": "Braintree <code@getbraintree.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/braintree/inject-stylesheet"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^27.0.2",
    "eslint": "^7.32.0",
    "eslint-config-braintree": "^5.0.0-typescript-prep-rc.18",
    "jest": "^27.2.1",
    "prettier": "^2.4.1",
    "ts-jest": "^27.0.5",
    "typescript": "^4.4.3"
  },
  "jest": {
    "testEnvironment": "jsdom",
    "preset": "ts-jest",
    "globals": {
      "ts-jest": {
        "tsconfig": "src/__tests__/tsconfig.json"
      }
    }
  }
}
