1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-11-10 02:00:20 +00:00

Merge pull request #4 from cwchristerw/master

Adding start command to package.json
This commit is contained in:
Matte 2019-10-11 14:25:19 +03:00 committed by GitHub
commit 6c108f5b71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,11 +4,12 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "node ."
},
"keywords": [],
"author": "",
"license": "ISC",
"author": "MatteZ02",
"license": "MIT",
"homepage": "https://https://github.com/MatteZ02/Musix-V2",
"dependencies": {
"dblapi.js": "^2.3.0",
"discord.js": "^11.5.1",