{
  "name": "svelte-test",
  "description": "testing utilities for svelte",
  "version": "0.4.0",
  "scripts": {
    "jest": "jest",
    "jest:watch": "jest --watchAll --no-cache",
    "build": "rollup -c"
  },
  "dependencies": {
    "cosmiconfig": "^5.2.0"
  },
  "devDependencies": {
    "@babel/core": "^7.4.4",
    "@babel/plugin-syntax-dynamic-import": "^7.0.0",
    "@babel/plugin-transform-runtime": "^7.4.4",
    "@babel/preset-env": "^7.4.4",
    "@babel/runtime": "^7.0.0",
    "@testing-library/svelte": "^1.7.1",
    "@types/jest": "^24.0.13",
    "babel-jest": "^24.8.0",
    "jest": "^24.8.0",
    "just-merge": "^1.1.0",
    "less": "^3.9.0",
    "require-extension-hooks": "^0.3.3",
    "rollup": "^1.12.4",
    "rollup-plugin-commonjs": "^10.0.0",
    "rollup-plugin-node-resolve": "^5.0.0",
    "svelte": "^3.0.0"
  }
}
