From 4f4d4d764741cb04a8b8f185a28d16690cd511e5 Mon Sep 17 00:00:00 2001 From: MDCDEV Date: Mon, 3 Oct 2022 15:35:35 -0500 Subject: [PATCH] fix: "," --- package.json | 96 ++++++++++++++++++++++++++-------------------------- 1 file changed, 48 insertions(+), 48 deletions(-) diff --git a/package.json b/package.json index e6c84d1..a9b6b8c 100644 --- a/package.json +++ b/package.json @@ -1,51 +1,51 @@ { - "name": "guilded-bot", - "version": "1.0.7", - "description": "A library for interacting with the Guilded API for your Guilded Bot", - "main": "src/index.js", - "scripts": { - "dev": "nodemon --trace-warnings test/bot/index.js", - "start": "node src/index.js", - "docs": "jsdoc --readme ./README.md -c ./jsdocs.json ./src/index.js --verbose", - "docs-gh": "jsdoc --readme ./README.md -c ./jsdocs-gh.json ./src/index.js --verbose --destination ./docs", - "test": "jest --coverage --verbose" - }, - "keywords": [ - "guilded", - "bot", - "api", - "library" - ], - "homepage": "https://guildedbot.js.org" - "bugs": { - "url" : "https://github.com/guilded-bot-npm/guilded-bot/issues" - }, - "contributors": [ - { - "name": "MDCDEV", - "email": "mdc@mycommand.xyz", - "url": "https://mdcdev.me" - }, - { - "name": "RellyLegend", - "url": "https://github.com/RellyLegend/guilded-api.js" - } + "name":"guilded-bot", + "version":"1.0.7", + "description":"A library for interacting with the Guilded API for your Guilded Bot", + "main":"src/index.js", + "scripts":{ + "dev":"nodemon --trace-warnings test/bot/index.js", + "start":"node src/index.js", + "docs":"jsdoc --readme ./README.md -c ./jsdocs.json ./src/index.js --verbose", + "docs-gh":"jsdoc --readme ./README.md -c ./jsdocs-gh.json ./src/index.js --verbose --destination ./docs", + "test":"jest --coverage --verbose" + }, + "keywords":[ + "guilded", + "bot", + "api", + "library" ], - "repository": { - "type": "git", - "url": "https://github.com/Guilded-Bot-NPM/Guilded-Bot.git" - }, - "license": "MIT", - "dependencies": { - "axios": "^0.27.2", - "docdash": "^1.2.0", - "ws": "^8.9.0" - }, - "devDependencies": { - "better-docs": "^2.7.2", - "clean-jsdoc-theme": "^4.1.8", - "dotenv": "^16.0.3", - "minami": "^1.2.3", - "nodemon": "^2.0.20" - } + "homepage":"https://guildedbot.js.org", + "bugs":{ + "url":"https://github.com/guilded-bot-npm/guilded-bot/issues" + }, + "contributors":[ + { + "name":"MDCDEV", + "email":"mdc@mycommand.xyz", + "url":"https://mdcdev.me" + }, + { + "name":"RellyLegend", + "url":"https://github.com/RellyLegend/guilded-api.js" + } + ], + "repository":{ + "type":"git", + "url":"https://github.com/Guilded-Bot-NPM/Guilded-Bot.git" + }, + "license":"MIT", + "dependencies":{ + "axios":"^0.27.2", + "docdash":"^1.2.0", + "ws":"^8.9.0" + }, + "devDependencies":{ + "better-docs":"^2.7.2", + "clean-jsdoc-theme":"^4.1.8", + "dotenv":"^16.0.3", + "minami":"^1.2.3", + "nodemon":"^2.0.20" + } }