fbredius/storybook

View on GitHub
lib/instrumenter/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@storybook/instrumenter",
  "version": "6.5.0-alpha.46",
  "description": "",
  "keywords": [
    "storybook"
  ],
  "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/instrumenter",
  "bugs": {
    "url": "https://github.com/storybookjs/storybook/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/storybookjs/storybook.git",
    "directory": "lib/instrumenter"
  },
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/storybook"
  },
  "license": "MIT",
  "sideEffects": false,
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/ts3.9/index.d.ts",
  "typesVersions": {
    "<3.8": {
      "*": [
        "dist/ts3.4/*"
      ]
    }
  },
  "files": [
    "dist/**/*",
    "README.md",
    "*.js",
    "*.d.ts"
  ],
  "scripts": {
    "prepare": "node ../../scripts/prepare.js"
  },
  "dependencies": {
    "@storybook/addons": "6.5.0-alpha.46",
    "@storybook/client-logger": "6.5.0-alpha.46",
    "@storybook/core-events": "6.5.0-alpha.46",
    "core-js": "^3.8.2",
    "global": "^4.4.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "a64dc8426d21a70970728878c3bba0ac0a377a48",
  "sbmodern": "dist/modern/index.js"
}