tikmp3/package.json
2022-04-25 00:28:26 -04:00

21 lines
401 B
JSON

{
"name": "tikmp3",
"version": "1.0.2",
"description": "Tiktok TTS Voice retrieval in Node.",
"main": "pkg.js",
"scripts": {
"test": "node ./test.js"
},
"repository": {
"type": "git",
"url": "https://git.gay/a/tikmp3.git"
},
"keywords": [],
"author": "cantfindkernel",
"license": "Unlicense",
"dependencies": {
"axios": "^0.26.1"
},
"devDependencies": {}
}