Ruloaooa commited on
Commit
4931756
·
verified ·
1 Parent(s): e142ee1

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": "sw-generator",
3
+ "version": "1.0.0",
4
+ "description": "SW Status Generator menggunakan Express",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "start": "node index.js"
8
+ },
9
+ "dependencies": {
10
+ "canvas": "^2.8.0",
11
+ "express": "^4.18.2"
12
+ }
13
+ }