{ "name": "tasjs", "version": "1.0.0", "description": "Trivia Automation Suite", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "babel-node index.js --presets env,es2016,stage-2", "testSearch": "babel-node SearchTest.js --presets env,es2016,stage-2" }, "repository": { "type": "git", "url": "git+https://github.com/eTr0nic/tas.js.git" }, "author": "eTronic", "license": "ISC", "bugs": { "url": "https://github.com/eTr0nic/tas.js/issues" }, "homepage": "https://github.com/eTr0nic/tas.js#readme", "devDependencies": { "babel-cli": "^6.26.0", "babel-preset-env": "^1.7.0", "babel-preset-es2016": "^6.24.1", "babel-preset-stage-2": "^6.24.1" }, "dependencies": { "async-request": "^1.2.0", "aws4": "^1.7.0", "chalk": "^2.4.1", "cloudsms-api": "^1.0.2", "discord.js": "^11.3.2", "express": "^4.16.3", "faker": "^4.1.0", "fingerprintjs2": "^1.8.0", "googleapis": "^32.0.0", "https": "^1.0.0", "https-proxy-agent": "^2.2.1", "md5": "^2.2.1", "moment": "^2.22.2", "prompt": "^1.0.0", "prompts": "^0.1.10", "pushover-notifications": "^1.0.0", "read": "^1.0.7", "request": "^2.87.0", "request-promise": "^4.2.2", "url": "^0.11.0", "ws": "^5.2.1" } }