mirror of
https://github.com/YuzuZensai/NekoMelody.git
synced 2026-01-06 04:33:21 +00:00
59 lines
1.8 KiB
JSON
59 lines
1.8 KiB
JSON
{
|
|
"name": "neko-melody",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"build": "tsup ./src",
|
|
"example:discord": "tsup ./src && tsx ./example/discord.ts",
|
|
"example:speaker": "tsup ./src && tsx ./example/speaker.ts",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "GPL-3.0",
|
|
"packageManager": "pnpm@9.3.0+sha512.ee7b93e0c2bd11409c6424f92b866f31d3ea1bef5fbe47d3c7500cdc3c9668833d2e55681ad66df5b640c61fa9dc25d546efa54d76d7f8bf54b13614ac293631",
|
|
"devDependencies": {
|
|
"@swc/core": "^1.6.1",
|
|
"@types/fluent-ffmpeg": "^2.1.24",
|
|
"@types/node": "^20.14.5",
|
|
"@typescript-eslint/eslint-plugin": "^7.13.1",
|
|
"@typescript-eslint/parser": "^7.13.1",
|
|
"eslint": "^9.5.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"prettier": "^3.3.2",
|
|
"tsup": "^8.1.0",
|
|
"tsx": "^4.15.6",
|
|
"typescript": "^5.4.5"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"package.json"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"require": "./dist/index.js",
|
|
"import": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts"
|
|
}
|
|
},
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts",
|
|
"dependencies": {
|
|
"@discordjs/voice": "^0.17.0",
|
|
"axios": "^1.7.2",
|
|
"discord.js": "^14.15.3",
|
|
"dotenv": "^16.4.5",
|
|
"fluent-ffmpeg": "^2.1.3",
|
|
"libsodium-wrappers": "^0.7.13",
|
|
"music-metadata": "^8.3.0",
|
|
"play-audio": "^0.5.2",
|
|
"play-dl": "github:YuzuZensai/play-dl-test#test",
|
|
"playwright": "^1.46.1",
|
|
"readable-web-to-node-stream": "^3.0.2",
|
|
"speaker": "^0.5.5",
|
|
"yt-dlp-wrap": "^2.3.12"
|
|
}
|
|
}
|