{
  "name": "@qgustavor/stream-audio-fingerprint",
  "version": "2.1.2",
  "description": "Audio landmark fingerprinting as a JavaScript module",
  "type": "module",
  "main": "build/codegen_landmark.mjs",
  "types": "types/codegen_landmark.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "eslint",
    "fix": "eslint --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/qgustavor/stream-audio-fingerprint.git"
  },
  "keywords": [
    "audio",
    "fingerprint",
    "stream"
  ],
  "author": "Alexandre Storelli <a_npm@storelli.fr>",
  "contributors": [
    "Gustavo Rodrigues <https://github.com/qgustavor>"
  ],
  "license": "MPL-2.0",
  "devDependencies": {
    "@eslint/markdown": "^7.3.0",
    "eslint": "^9.37.0",
    "neostandard": "^0.12.2",
    "typescript": "^5.9.3"
  },
  "bugs": {
    "url": "https://github.com/qgustavor/stream-audio-fingerprint/issues"
  },
  "homepage": "https://github.com/qgustavor/stream-audio-fingerprint"
}
