Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
v-Cx authored Oct 24, 2019
1 parent f707fb5 commit 4bbe778
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "v-Cx",
"version": "1.0.0",
"description": "Discord Bot | Automatic Account Generator",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"user-instagram": "^1.0.0"
"discord.js": "^11.5.1",
"fs": "0.0.1-security",
"mysql": "^2.17.1",
"chalk": "^2.4.2" /*Extra */,
"request": "^2.88.0" /*Extra */,
"download-file": "^0.1.5" /*Extra */ ,
"express": "^4.16.4" /*Extra */,
"moment": "^2.24.0" /*Extra */,
},
"engines": {
"node": "8.x"
},
"repository": {
"url": "https://darkhia.com"
},
"license": "v-Cx",
"keywords": [
"node",
"glitch",
"express",
"premium-account-generator"
]
}

0 comments on commit 4bbe778

Please sign in to comment.