Add files via upload

This commit is contained in:
ArcaneDisgea 2021-05-25 15:22:08 -04:00 committed by GitHub
parent 37ec1750d0
commit 4a155c1059
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
43 changed files with 273 additions and 0 deletions

15
package.json Normal file
View file

@ -0,0 +1,15 @@
{
"name": "shit",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"dependencies": {
"canvas": "^2.6.1",
"node-fetch": "^2.6.1",
"nodemon": "^2.0.7"
}
}