feat: initial Papo bot scaffold
This commit is contained in:
35
node_modules/play-audio/package.json
generated
vendored
Normal file
35
node_modules/play-audio/package.json
generated
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user