zingmp3-api-next
Version:
30 lines (29 loc) • 585 B
JSON
{
"name": "zingmp3-api-next",
"version": "1.0.4",
"description": "",
"types": "dist",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/shin202/zingmp3-api-next.git"
},
"keywords": [
"zingmp3",
"zingmp3-api",
"api"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon ./src/index.ts",
"start": "node ./dist/index.js"
},
"author": "Shin",
"license": "ISC",
"devDependencies": {
"typescript": "^4.7.4"
},
"dependencies": {
"axios": "^0.27.2"
}
}