{
  "name": "@ra2web/wavefile",
  "version": "1.0.2",
  "description": "WAV file processing library from ra2web project",
  "main": "index.js",
  "types": "index.d.ts",
  "type": "module",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "wav",
    "audio",
    "sound",
    "file",
    "processing",
    "ra2web"
  ],
  "author": "ra2web team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ra2web/wavefile.git"
  },
  "homepage": "https://ra2web.com",
  "bugs": {
    "url": "https://github.com/ra2web/wavefile/issues"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "files": [
    "index.js",
    "README.md",
    "index.d.ts",
    "README.zh-CN.md"
  ]
}