{
  "name": "@tokenizer/s3",
  "version": "1.0.4",
  "description": "Amazon S3 tokenizer",
  "type": "module",
  "exports": "./lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib/**/*.js",
    "lib/**/*.d.ts"
  ],
  "scripts": {
    "clean": "del-cli 'lib/**/*.js' 'lib/**/*.js.map' 'lib/**/*.d.ts' 'test/**/*.js' 'test/**/*.js.map' 'coverage'",
    "mocha": "mocha",
    "test": "yarn run lint && yarn run mocha",
    "compile-lib": "tsc -p lib/tsconfig.json",
    "compile-test": "tsc -p test",
    "compile": "yarn run compile-lib && yarn run compile-test",
    "build": "yarn run clean && yarn run compile",
    "eslint": "eslint lib test",
    "lint:ts": "biome check",
    "lint": "yarn run lint:ts",
    "prepublishOnly": "yarn run build",
    "update-biome": "yarn add -D --exact @biomejs/biome && npx @biomejs/biome migrate --write"
  },
  "keywords": [
    "audio",
    "S3",
    "AWS",
    "chunk",
    "range",
    "Amazon",
    "cloud"
  ],
  "author": {
    "name": "Borewit",
    "url": "https://github.com/Borewit"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/Borewit"
  },
  "contributors": [
    {
      "email": "onken@netcubed.de",
      "name": "Moritz Onken"
    }
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Borewit/tokenizer-s3.git"
  },
  "bugs": {
    "url": "https://github.com/Borewit/tokenizer-s3/issues"
  },
  "dependencies": {
    "@tokenizer/range": "^0.13.1",
    "strtok3": "^10.3.5"
  },
  "peerDependencies": {
    "@aws-sdk/client-s3": ">=3.0.0 <4.0.0",
    "@aws-sdk/credential-providers": ">=3.0.0 <4.0.0"
  },
  "devDependencies": {
    "@aws-sdk/client-s3": "^3.1041.0",
    "@aws-sdk/credential-providers": "^3.1041.0",
    "@biomejs/biome": "2.4.14",
    "@tokenizer/token": "^0.3.0",
    "@types/chai": "^5.2.3",
    "@types/mocha": "^10.0.10",
    "@types/node": "^25.6.0",
    "chai": "^6.2.2",
    "del-cli": "^7.0.0",
    "file-type": "^21.3.4",
    "mocha": "^11.7.5",
    "music-metadata": "^11.12.3",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3"
  },
  "packageManager": "yarn@4.9.2"
}
