{
  "name": "devtools-source-map",
  "version": "0.16.0",
  "description": "DevTools utilities for working with source maps",
  "license": "MPL-2.0",
  "author": "J. Ryan Stinnett <jryans@gmail.com>",
  "repository": "github:devtools-html/devtools-core",
  "bugs": "https://github.com/devtools-html/devtools-core/issues",
  "homepage":
    "https://github.com/devtools-html/devtools-core/tree/master/packages/devtools-source-map#readme",
  "main": "src/index.js",
  "scripts": {
    "copy-assets": "node bin/copy-assets",
    "license-check": "devtools-license-check",
    "test": "jest"
  },
  "dependencies": {
    "babel-plugin-transform-async-to-generator": "^6.22.0",
    "babel-plugin-transform-flow-strip-types": "^6.22.0",
    "devtools-utils": "^0.0.12",
    "jest": "^19.0.2",
    "md5": "^2.2.1",
    "regenerator-runtime": "^0.10.3",
    "source-map": "^0.6.1"
  },
  "devDependencies": {
    "devtools-launchpad": "^0.0.116"
  },
  "jest": {
    "rootDir": "src",
    "testMatch": ["**/tests/**/*.js"],
    "testPathIgnorePatterns": [
      "/node_modules/",
      "/tests/fixtures/",
      "<rootDir>/tests/helpers.js"
    ],
    "transformIgnorePatterns": [],
    "setupFiles": [],
    "moduleNameMapper": {}
  }
}
