- Revert login using the token method

- Use the cloudscraper layer on top of request to pass through the cloudfare browser check
- switch from tsd to typings
This commit is contained in:
Godzil
2017-02-07 20:22:01 +00:00
parent a346ab8854
commit b96efacbd2
4 changed files with 77 additions and 64 deletions

View File

@@ -19,19 +19,20 @@
"dependencies": {
"big-integer": "1.4.4",
"cheerio": "0.22.0",
"cloudscraper": "1.4.1",
"commander": "2.6.0",
"mkdirp": "0.5.0",
"request": "2.74.0",
"xml2js": "0.4.5"
},
"devDependencies": {
"tsd": "0.5.7",
"typing": "2.1.0",
"tslint": "2.3.0-beta",
"typescript": "1.5.0-beta"
},
"scripts": {
"prepublish": "npm run tsd && tsc",
"prepublish": "npm run types && tsc",
"test": "node ts --only-test",
"tsd": "tsd reinstall -o -s"
"types": "typings install"
}
}