{
  "name": "@irbisadm/iso-codec-string",
  "version": "0.15.0",
  "description": "Parse and generate ISO/RFC codec strings (the MIME codecs= parameter) for VP8, VP9 and AV1.",
  "keywords": [
    "codec",
    "codec-string",
    "codecs",
    "mime",
    "rfc6381",
    "vp8",
    "vp9",
    "av1",
    "vpx",
    "iso",
    "media",
    "mediasource",
    "webm",
    "video",
    "typescript"
  ],
  "scripts": {
    "build": "rollup -c",
    "test": "jest",
    "typecheck": "tsc --noEmit",
    "prepack": "npm run build",
    "release": "semantic-release"
  },
  "files": [
    "dist/index.mjs",
    "types/index.d.ts",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "private": false,
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/irbisadm/iso-codec-string.git"
  },
  "bugs": {
    "url": "https://github.com/irbisadm/iso-codec-string/issues"
  },
  "homepage": "https://github.com/irbisadm/iso-codec-string#readme",
  "module": "./dist/index.mjs",
  "main": "./dist/index.mjs",
  "types": "./types/index.d.ts",
  "author": {
    "email": "i@irbisadm.dev",
    "name": "Igor Sheko",
    "url": "https://github.com/irbisadm"
  },
  "license": "MIT",
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "devDependencies": {
    "@commitlint/cli": "^20.5.3",
    "@commitlint/config-conventional": "^20.5.3",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-replace": "^5.0.7",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^11.1.6",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@types/jest": "^29.5.12",
    "@types/node": "^20.14.7",
    "jest": "^29.7.0",
    "rollup": "^4.18.0",
    "rollup-plugin-dts": "^6.1.1",
    "semantic-release": "^25.0.7",
    "ts-jest": "^29.1.5",
    "tslib": "^2.6.3",
    "typescript": "^5.5.2"
  }
}
