gimhan commited on
Commit
ff89401
·
verified ·
1 Parent(s): 3a45ae3

Create package.json

Browse files
Files changed (1) hide show
  1. package.json +13 -0
package.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "market-image-gen",
3
+ "version": "1.0.0",
4
+ "description": "Image Generator for WhatsApp Bot",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "start": "node index.js"
8
+ },
9
+ "dependencies": {
10
+ "express": "^4.18.2",
11
+ "canvas": "^2.11.2"
12
+ }
13
+ }