{
  "name": "soundtouch-ts",
  "description": "A TypeScript conversion of SoundTouchJS",
  "version": "1.1.1",
  "license": "LGPL-2.1",
  "source": "dist-src/index.js",
  "types": "dist-types/index.d.ts",
  "main": "dist-node/index.js",
  "module": "dist-web/index.js",
  "pika": true,
  "sideEffects": false,
  "keywords": [
    "pitch",
    "timestretch",
    "TypeScript"
  ],
  "files": [
    "dist-*/",
    "assets/",
    "bin/"
  ],
  "homepage": "https://github.com/kirbysayshi/soundtouch-ts#readme",
  "bugs": {
    "url": "https://github.com/kirbysayshi/soundtouch-ts/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kirbysayshi/soundtouch-ts.git"
  },
  "dependencies": {},
  "devDependencies": {
    "@pika/pack": "^0.3.3",
    "@pika/plugin-build-node": "^0.3.12",
    "@pika/plugin-build-web": "^0.3.12",
    "@pika/plugin-ts-standard-pkg": "^0.3.12",
    "@types/jest": "^24.0.6",
    "husky": "^1.3.1",
    "jest": "^24.1.0",
    "prettier": "^1.16.4",
    "pretty-quick": "^1.10.0",
    "ts-jest": "^24.0.0",
    "typescript": "^3.3.3333"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  }
}
