34 lines
672 B
JSON
34 lines
672 B
JSON
{
|
|
"name": "spotify-local",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"bin": "src/index.js",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"build": "pkg package.json"
|
|
},
|
|
"pkg": {
|
|
"scripts": "src/**/*.js",
|
|
"targets": [
|
|
"node18-linux-x64",
|
|
"node18-macos-x64",
|
|
"node18-win-x64"
|
|
],
|
|
"outputPath": "bin"
|
|
},
|
|
"author": "Ian Wijma",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@inquirer/prompts": "^3.2.0",
|
|
"express": "^4.18.2",
|
|
"nanoid": "^3.3.6",
|
|
"pkg": "^5.8.1",
|
|
"spotify-web-api-node": "^5.0.2",
|
|
"yargs": "^17.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.8.10",
|
|
"@types/yargs": "^17.0.29"
|
|
}
|
|
}
|