UNPKG

alexa-cookie2

Version:

Generate Cookie and CSRF for Alexa Remote

52 lines (51 loc) 1.16 kB
{ "name": "alexa-cookie2", "version": "5.0.3", "description": "Generate Cookie and CSRF for Alexa Remote", "author": { "name": "Apollon77", "email": "ingo@fischer-ka.de" }, "contributors": [ { "name": "Apollon77", "email": "ingo@fischer-ka.de" } ], "homepage": "https://github.com/Apollon77/alexa-cookie", "license": "MIT", "keywords": [ "alexa", "echo", "alexa remote", "layla.amazon.de" ], "dependencies": { "cookie": "^0.6.0", "express": "^4.21.2", "http-proxy-middleware": "^2.0.9", "http-proxy-response-rewrite": "^0.0.1", "https": "^1.0.0", "querystring": "^0.2.1" }, "devDependencies": { "@alcalzone/release-script": "^3.8.0", "@alcalzone/release-script-plugin-license": "^3.7.0", "eslint": "^8.57.1" }, "repository": { "type": "git", "url": "git+https://github.com/Apollon77/alexa-cookie.git" }, "bugs": { "url": "https://github.com/Apollon77/alexa-cookie/issues" }, "scripts": { "release": "release-script" }, "engines": { "node": ">=16.0.0" }, "main": "alexa-cookie.js", "readmeFilename": "readme.md" }