permanent-waves/node_modules/play-audio/package.json
2024-07-20 14:41:35 -05:00

36 lines
971 B
JSON

{
"name": "play-audio",
"version": "0.5.2",
"description": "Audio accessories for play-opus and play-voice [ coming soon ]",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"module": "dist/index.mjs",
"scripts": {
"pretty": "prettier --config .prettierrc \"play-audio/*.ts\" \"play-audio/*/*.ts\" \"play-audio/*/*/*.ts\" --write ",
"prepublishOnly": "tsup"
},
"repository": {
"type": "git",
"url": "git+https://github.com/play-dl/play-audio.git"
},
"keywords": [],
"files": [
"dist/*"
],
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/play-dl/play-audio/issues"
},
"homepage": "https://github.com/play-dl/play-audio#readme",
"devDependencies": {
"@types/node": "^16.11.10",
"prettier": "^2.5.0",
"tsup": "^5.11.11",
"typedoc": "^0.22.10",
"typedoc-plugin-extras": "^2.2.3",
"typedoc-plugin-missing-exports": "^0.22.6",
"typescript": "^4.5.2"
}
}