Files
delete-trump/package.json
snyk-bot cffca75036 fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/npm:braces:20180219
2020-01-09 02:12:10 +00:00

16 lines
346 B
JSON

{
"name": "delete-trump",
"version": "1.0.0",
"description": "Automatically tell Trump to delete his account.",
"scripts": {
"start": "node app",
"start-forever": "./node_modules/.bin/forever start app.js"
},
"author": "Manny404",
"license": "ISC",
"dependencies": {
"forever": "^2.0.0",
"twitter": "^1.2.5"
}
}