{
  "name": "create-mixin",
  "author": "Lloyd Brookes <75pound@gmail.com>",
  "version": "3.0.0",
  "description": "Mix the prototype of one class into another",
  "repository": "https://github.com/75lb/create-mixin.git",
  "keywords": [
    "create",
    "mixin",
    "class",
    "extends",
    "es2015",
    "es6"
  ],
  "main": "dist/index.js",
  "module": "index.mjs",
  "files": [
    "index.mjs",
    "dist/index.js"
  ],
  "license": "MIT",
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "test": "npm run dist && esm-runner test.mjs && web-runner test.mjs",
    "dist": "rollup -c"
  },
  "devDependencies": {
    "@test-runner/web": "^0.2.2",
    "esm-runner": "^0.2.1",
    "isomorphic-assert": "^0.1.1",
    "rollup": "^1.27.0",
    "rollup-plugin-node-resolve": "^5.2.0"
  }
}
