{
  "name": "scratch-parser",
  "description": "Parser for Scratch projects",
  "author": "MIT Media Lab",
  "license": "MPL-2.0",
  "homepage": "https://github.com/LLK/scratch-parser#readme",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/LLK/scratch-parser.git"
  },
  "scripts": {
    "commitmsg": "commitlint -e $GIT_PARAMS",
    "test:lint": "eslint . --ext=js",
    "test:unit": "tap test/unit/*.js",
    "test:integration": "tap test/integration/*.js",
    "test:coverage": "tap test/{unit,integration}/*.js --coverage --coverage-report=lcov",
    "test:benchmark": "node test/benchmark/performance.js",
    "test": "npm run test:unit && npm run test:integration",
    "semantic-release": "semantic-release"
  },
  "dependencies": {
    "@turbowarp/json": "^0.1.1",
    "@turbowarp/jszip": "^3.11.0",
    "@turbowarp/sb3fix": "^0.4.0",
    "ajv": "6.3.0",
    "pify": "4.0.1"
  },
  "devDependencies": {
    "@commitlint/cli": "7.2.1",
    "@commitlint/config-conventional": "7.1.2",
    "@commitlint/travis-cli": "7.2.1",
    "babel-eslint": "10.1.0",
    "benchmark": "^2.1.1",
    "cz-conventional-changelog": "^2.1.0",
    "eslint": "^8.0.0",
    "eslint-config-scratch": "9.0.3",
    "glob": "^7.0.6",
    "semantic-release": "^15.1.6",
    "tap": "^11.1.3"
  },
  "engines": {
    "node": ">=8.0"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "version": "0.0.0-development"
}
