{
  "name": "sound-manager",
  "version": "0.19.5",
  "description": "A full-service sound library.",
  "main": "src/index.ts",
  "scripts": {
    "build:docs": "run-s build:docs-md && npm run build:docs-html",
    "build:docs-md": "typedoc --theme markdown --options ./typedoc.json --out typedocs/markdown",
    "build:docs-html": "typedoc --options ./typedoc.json --out typedocs/html",
    "test": "jest",
    "test-watch": "jest --watch",
    "test-coverage": "jest --coverage",
    "test-coverage-watch": "jest --coverage --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/furkleindustries/sound-manager.git"
  },
  "keywords": [
    "audio",
    "sound",
    "web audio",
    "accelerator"
  ],
  "author": "furkle",
  "license": "CC0-1.0",
  "bugs": {
    "url": "https://github.com/furkleindustries/sound-manager/issues"
  },
  "homepage": "https://github.com/furkleindustries/sound-manager#readme",
  "devDependencies": {
    "@types/jest": "^24.9.1",
    "@types/node": "^11.15.16",
    "cross-env": "^5.2.1",
    "jest": "^26.0.1",
    "jest-diff": "^26.0.1",
    "npm-run-all": "^4.1.5",
    "rimraf": "^2.7.1",
    "typedoc": "^0.17.7",
    "typedoc-plugin-markdown": "^2.3.1",
    "typescript": "^3.9.5"
  },
  "dependencies": {
    "colorful-logging": "^1.3.3",
    "ts-assertions": "^2.0.5"
  }
}
