1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-12-23 06:43:17 +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": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "start": "node ."
}, },
"keywords": [], "keywords": [],
"author": "", "author": "MatteZ02",
"license": "ISC", "license": "MIT",
"homepage": "https://https://github.com/MatteZ02/Musix-V2",
"dependencies": { "dependencies": {
"dblapi.js": "^2.3.0", "dblapi.js": "^2.3.0",
"discord.js": "^11.5.1", "discord.js": "^11.5.1",