mirror of
https://github.com/metowolf/Meting.git
synced 2026-09-03 07:27:07 +08:00
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
69 lines
1.6 KiB
JSON
69 lines
1.6 KiB
JSON
{
|
|
"name": "@meting/core",
|
|
"version": "1.5.14",
|
|
"description": "A powerful music API framework to accelerate development - Node.js port. Support Netease, Tencent, Xiami, Kugou, Baidu, Kuwo music platforms.",
|
|
"main": "./lib/meting.js",
|
|
"module": "./lib/meting.esm.js",
|
|
"type": "module",
|
|
"exports": {
|
|
"import": "./lib/meting.esm.js",
|
|
"require": "./lib/meting.js"
|
|
},
|
|
"files": [
|
|
"lib/",
|
|
"LICENSE"
|
|
],
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"dev": "rollup -c --watch",
|
|
"prepublishOnly": "npm run build",
|
|
"test": "npm run build && node test/test.js",
|
|
"example": "npm run build && node test/example.js",
|
|
"start": "npm run build && node test/example.js"
|
|
},
|
|
"keywords": [
|
|
"music",
|
|
"api",
|
|
"netease",
|
|
"tencent",
|
|
"xiami",
|
|
"kugou",
|
|
"baidu",
|
|
"kuwo",
|
|
"nodejs",
|
|
"lightweight",
|
|
"music-api",
|
|
"streaming",
|
|
"search",
|
|
"lyrics",
|
|
"no-dependencies"
|
|
],
|
|
"author": {
|
|
"name": "metowolf",
|
|
"email": "i@i-meto.com",
|
|
"url": "https://i-meto.com"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Claude Code",
|
|
"email": "noreply@anthropic.com",
|
|
"url": "https://claude.ai/code"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/metowolf/Meting",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/metowolf/Meting.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/metowolf/Meting/issues"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-babel": "^6.0.4",
|
|
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
"@rollup/plugin-terser": "^0.4.4",
|
|
"rollup": "^4.49.0"
|
|
}
|
|
}
|