{
  "name": "@throw-out-error/minecraft-mcfunction",
  "version": "1.2.4",
  "description": "A simple way to create your mcfunction files using Typescript syntax.",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "prepare": "npm run lint && npm run build --silent",
    "build": "tsc --build",
    "lint": "eslint src/**/*.ts --quiet --fix",
    "pretest": "npm run build --silent",
    "test": "mocha",
    "precoverage": "npm run build --silent",
    "coverage": "nyc mocha"
  },
  "types": "dist/index.d.ts",
  "keywords": [
    "minecraft",
    "datapack",
    "mcfunction"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/throw-out-error/minecraft-mcfunction"
  },
  "license": "MIT",
  "contributors": [
    "Brent Trenholme",
    "Theo Paris",
    "Sebastian Speitel"
  ],
  "devDependencies": {
    "@types/node": "^14.0.1",
    "mocha": "^7.1.2",
    "nyc": "^15.0.1",
    "source-map-support": "^0.5.19",
    "ts-node": "^8.10.1",
    "typescript": "^3.9.2",
    "@typescript-eslint/eslint-plugin": "^2.33.0",
    "@typescript-eslint/parser": "^2.33.0",
    "eslint": "^7.0.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-prettier": "^3.1.3"
  },
  "dependencies": {
    "nbt-ts": "^1.3.3"
  }
}
