{
  "name": "@qsp/converters",
  "type": "module",
  "version": "1.0.1",
  "description": "Converters of different file formats for QSP platform",
  "keywords": [
    "qsp",
    "qsps",
    "file",
    "converter"
  ],
  "homepage": "https://github.com/QSPFoundation/converters#readme",
  "bugs": {
    "url": "https://github.com/QSPFoundation/converters/issues"
  },
  "license": "MIT",
  "author": "Sergii Kostyrko <srg.kostyrko@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/QSPFoundation/converters.git"
  },
  "source": "src/index.ts",
  "exports": {
    "require": "./dist/index.cjs",
    "default": "./dist/index.modern.js"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.module.js",
  "unpkg": "./dist/index.umd.js",
  "typings": "dist/index.d.ts",
  "engines": {
    "node": ">=14"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "microbundle",
    "dev": "microbundle watch",
    "test": "jest",
    "lint": "eslint .",
    "prerelease": "npm run build",
    "release": "np"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "devDependencies": {
    "@types/jest": "^28.1.2",
    "@typescript-eslint/eslint-plugin": "^5.28.0",
    "@typescript-eslint/parser": "^5.28.0",
    "eslint": "^8.18.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "^2.26.0",
    "husky": "^8.0.1",
    "jest": "^28.1.1",
    "lint-staged": "^13.0.2",
    "microbundle": "^0.15.0",
    "np": "^7.6.2",
    "prettier": "2.7.1",
    "ts-jest": "^28.0.5",
    "ts-node": "^10.8.1",
    "tslib": "^2.4.0",
    "typescript": "^4.7.4"
  },
  "publishConfig": {
    "access": "public"
  }
}
