{
  "name": "beth-parser",
  "version": "0.2.2",
  "description": "Parser library for Bethesda's Creation Engine data files",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "clean": "rimraf dist coverage .nyc_output",
    "build": "tsc -p tsconfig.build.json",
    "test": "ts-node node_modules/jasmine/bin/jasmine --config=jasmine.json",
    "cover": "nyc npm test",
    "format": "eslint -c .eslintrc.json --fix --ext .ts src",
    "lint": "eslint -c .eslintrc.json --ext .ts src",
    "prepare": "npm run clean && npm run build",
    "preversion": "npm test && npm run lint",
    "postversion": "git push && git push --tags"
  },
  "files": [
    "dist/**/*"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/pavelhoral/beth-parser.git"
  },
  "keywords": [
    "bethesda",
    "creation",
    "engine",
    "fallout",
    "skyrim"
  ],
  "author": "Pavel Horal <pavel.horal@orchitech.cz>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pavelhoral/beth-parser/issues"
  },
  "homepage": "https://github.com/pavelhoral/beth-parser#readme",
  "devDependencies": {
    "@istanbuljs/nyc-config-typescript": "^1.0.1",
    "@types/jasmine": "^3.5.10",
    "@types/node": "^12.12.31",
    "@typescript-eslint/eslint-plugin": "^2.26.0",
    "@typescript-eslint/parser": "^2.26.0",
    "eslint": "^6.8.0",
    "jasmine": "^3.5.0",
    "nyc": "^15.0.0",
    "rimraf": "^3.0.2",
    "source-map-support": "^0.5.16",
    "ts-node": "^8.8.1",
    "typescript": "^3.8.3"
  },
  "dependencies": {
    "chalk": "^3.0.0",
    "iconv-lite": "^0.6.3",
    "zlib": "^1.0.5"
  }
}
