spotify-now
Version:
spotify, rgb and bob.
64 lines (63 loc) • 1.68 kB
JSON
{
"bin": "dist/cli/index.js",
"description": "spotify, rgb and bob.",
"homepage": "https://github.com/BWsix/spotify-now#spotify-now",
"license": "MIT",
"name": "spotify-now",
"version": "0.1.3",
"author": {
"name": "vflc",
"url": "https://github.com/BWsix"
},
"bugs": {
"url": "https://github.com/BWsix/spotify-now/issues"
},
"dependencies": {
"@serialport/bindings": "^9.2.7",
"chalk": "^4.1.2",
"color-thief-node": "^1.0.4",
"express": "^4.17.1",
"figlet": "^1.5.2",
"johnny-five": "^2.1.0",
"spotify-web-api-node": "^5.0.2",
"tslib": "^2.3.1",
"yargs": "^17.2.1"
},
"devDependencies": {
"@types/color-thief-node": "^1.0.1",
"@types/express": "^4.17.13",
"@types/figlet": "^1.5.4",
"@types/jest": "^26.0.21",
"@types/johnny-five": "^1.3.2",
"@types/node": "^15.0.1",
"@types/spotify-web-api-node": "^5.0.4",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"esbuild": "^0.11.11",
"eslint": "^7.22.0",
"jest": "^26.6.3",
"nodemon": "^2.0.15",
"ts-jest": "^26.5.4",
"ts-node": "^9.1.1",
"typescript": "^4.2.3"
},
"keywords": [
"arduino",
"bob",
"led",
"rgb",
"spotify api",
"typescript"
],
"repository": {
"type": "git",
"url": "git+https://github.com/BWsix/spotify-now.git"
},
"scripts": {
"build": "tsc -p tsconfig.json",
"cli": "ts-node src/cli/index.ts",
"lint": "eslint src/ --ext .js,.jsx,.ts,.tsx",
"test": "jest",
"watch": "nodemon -e ts -w ./src -x yarn ts-node"
}
}