Advertisement
Guest User

Packages

a guest
Apr 30th, 2020
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. { "//1": "describes your app and its dependencies", "//2": "https://docs.npmjs.com/files/package.json", "//3": "updating this file will download and update your packages", "name": "Akari", "version": "1.5.2 - Powered by Lolization LLC", "description": "A simple Discord bot written in discord.js.", "main": "shard.js", "scripts": { "start": "node shard.js" }, "dependencies": { "@discordjs/uws": "^11.149.1", "anime-scraper": "^3.0.0", "bufferutil": "^4.0.0", "canvas": "github:Automattic/node-canvas", "canvas-constructor": "^3.1.0", "cards": "^1.0.1", "cleverbot.io": "^1.0.4", "common-tags": "^1.8.0", "cpu-stat": "^2.0.1", "discord.js": "^12.0.1", "discordeco.js": "^0.5.0", "express": "^4.16.4", "fs": "0.0.1-security", "moment": "^2.22.2", "myanimelist": "^0.1.0", "myanimelists": "^1.0.1", "node-superfetch": "^0.1.9", "parse-ms": "^2.0.0", "quick.db": "^7.0.0-b16", "random-js": "^2.1.0" }, "engines": { "node": "8.x" }, "repository": { "url": "https://glitch.com/edit/#!/hello-express" }, "license": "MIT", "keywords": [ "node", "glitch", "express" ] }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement