{
  "name": "@robotical/scratch-to-python-transpiler",
  "version": "1.0.12",
  "description": "Transpile Scratch project files to python code",
  "repository": {
    "type": "git",
    "url": "https://github.com/robotical/scratch-to-python-transpiler.git"
  },
  "license": "ISC",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "tsc",
    "watch": "tsc -w",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "lint": "eslint \"src/**/*.ts\"",
    "test": "jest --config jestconfig.json",
    "prepare": "npm run build"
  },
  "files": [
    "lib/**/*"
  ],
  "keywords": [
    "Scratch",
    "sb3",
    "robotical",
    "python"
  ],
  "author": "Nikos Theodoropoulos <nikos@robotical.io> (https://robotical.io/)",
  "devDependencies": {
    "@types/jest": "^24.0.22",
    "@types/jszip": "^3.1.6",
    "@types/prettier": "^1.18.3",
    "@typescript-eslint/eslint-plugin": "^2.21.0",
    "@typescript-eslint/parser": "^2.21.0",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.10.0",
    "eslint-plugin-prettier": "^3.1.2",
    "jest": "^24.9.0",
    "ts-jest": "^24.1.0",
    "typescript": "^3.7.2"
  },
  "dependencies": {
    "jszip": "^3.10.1",
    "prettier": "^1.19.1"
  }
}
