{
  "name": "dawproject-typescript",
  "version": "1.0.7",
  "description": "",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "umd:main": "dist/umd/index.js",
  "types": "dist/types/index.d.js",
  "scripts": {
    "build": "npm run build:cjs && npm run build:esm && npm run build:umd && npm run build:types",
    "build:cjs": "node tools/cleanup cjs && tsc -p config/tsconfig.cjs.json",
    "build:esm": "node tools/cleanup esm && tsc -p config/tsconfig.esm.json",
    "build:umd": "node tools/cleanup umd && webpack --config config/webpack.config.js",
    "build:types": "node tools/cleanup types && tsc -p config/tsconfig.types.json",
    "clean": "node tools/cleanup",
    "package": "npm run build && npm pack",
    "test": "jest --no-cache --runInBand",
    "test:cov": "jest --coverage --no-cache --runInBand",
    "addscope": "node tools/packagejson name @perivar/dawproject-typescript",
    "prepare": "husky",
    "tsc": "tsc --build --verbose",
    "format": "prettier --check \"**/*.{js,jsx,ts,tsx}\"",
    "format-fix": "prettier --write \"**/*.{js,jsx,ts,tsx}\"",
    "lint": "eslint '**/*.{js,jsx,ts,tsx}'",
    "lint-fix": "eslint '**/*.{js,jsx,ts,tsx}' --fix",
    "preversion": "npm test && git diff-index --quiet HEAD -- || (echo 'Uncommitted changes found.' && exit 1)",
    "postversion": "git push && git push --tags"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "dawproject",
    "typescript",
    "npm"
  ],
  "author": "Per Ivar Nerseth <perivar@nerseth.com>",
  "license": "MIT",
  "homepage": "https://github.com/perivar/dawproject-typescript",
  "repository": {
    "type": "git",
    "url": "git@github.com:perivar/dawproject-typescript.git"
  },
  "bugs": {
    "url": "https://github.com/perivar/dawproject-typescript/issues"
  },
  "devDependencies": {
    "@commitlint/cli": "^19.8.1",
    "@commitlint/config-conventional": "^19.8.1",
    "@types/jest": "^29.5.14",
    "eslint": "^9.26.0",
    "eslint-config-prettier": "^10.1.5",
    "eslint-plugin-prettier": "^5.4.0",
    "husky": "^9.1.7",
    "jest": "^29.7.0",
    "prettier": "^3.5.3",
    "ts-jest": "^29.3.2",
    "ts-loader": "^9.5.2",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.32.0",
    "webpack": "^5.99.8",
    "webpack-cli": "^6.0.1"
  },
  "dependencies": {
    "fast-xml-parser": "^5.2.2",
    "jszip": "^3.10.1"
  }
}
