{
  "name": "@wdr-data/scratch-storage",
  "version": "0.5.0-fix-2",
  "description": "Load and store project and asset files for Scratch 3.0",
  "license": "BSD-3-Clause",
  "homepage": "https://github.com/LLK/scratch-storage#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/LLK/scratch-storage.git"
  },
  "main": "./dist/node/scratch-storage.js",
  "browser": "./src/index.js",
  "scripts": {
    "build": "webpack --progress --colors --bail",
    "coverage": "tap ./test/{unit,integration}/*.js --coverage --coverage-report=lcov",
    "commitmsg": "commitlint -e $GIT_PARAMS",
    "lint": "eslint .",
    "tap-integration": "tap ./test/integration/*.js",
    "tap-unit": "tap ./test/unit/*.js",
    "tap": "npm run tap-unit && npm run tap-integration",
    "test": "npm run lint && npm run tap",
    "version": "json -f package.json -I -e \"this.repository.sha = '$(git log -n1 --pretty=format:%H)'\"",
    "watch": "webpack --progress --colors --watch",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post"
  },
  "dependencies": {
    "arraybuffer-loader": "^1.0.3",
    "base64-js": "1.2.1",
    "js-md5": "0.6.1",
    "localforage": "1.5.0",
    "nets": "3.2.0",
    "text-encoding": "0.6.4"
  },
  "devDependencies": {
    "@commitlint/cli": "6.1.0",
    "@commitlint/config-conventional": "6.1.0",
    "@commitlint/travis-cli": "6.1.0",
    "babel-core": "6.22.1",
    "babel-eslint": "7.1.1",
    "babel-loader": "^7.1.4",
    "babel-polyfill": "6.22.0",
    "babel-preset-env": "^1.6.1",
    "cz-conventional-changelog": "^2.0.0",
    "eslint": "3.14.1",
    "eslint-config-scratch": "3.1.0",
    "eslint-plugin-react": "6.9.0",
    "file-loader": "1.1.11",
    "husky": "0.14.3",
    "json": "^9.0.4",
    "semantic-release": "^6.3.2",
    "tap": "8.0.1",
    "travis-after-all": "^1.4.4",
    "uglifyjs-webpack-plugin": "^1.2.5",
    "webpack": "^4.8.0",
    "webpack-cli": "^2.0.15"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "release": {
    "branch": "develop"
  }
}
