{
  "name": "codeschmiede-toolkit",
  "version": "1.3.0",
  "description": "A/B Test Development Toolkit",
  "main": "toolkit.js",
  "bin": {
    "codeschmiede-inlinehtml": "./bin/inlinehtml.cjs"
  },
  "scripts": {
    "test": "node --test"
  },
  "keywords": [
    "a/b",
    "ab",
    "testing",
    "multivariant",
    "a/b test",
    "ab test",
    "ab testing",
    "a/b testing"
  ],
  "author": "Lukas Dziambor <lukas@codeschmiede.de>",
  "homepage": "https://www.codeschmiede.de/",
  "repository": "https://git.codeschmiede.de/codeschmiede/ab-testing-toolkit",
  "bugs": "https://git.codeschmiede.de/codeschmiede/ab-testing-toolkit/-/issues",
  "license": "MIT",
  "dependencies": {
    "acorn": "^8.15.0",
    "acorn-walk": "^8.3.4"
  }
}
