processed commited on
Commit
38fcc29
·
verified ·
1 Parent(s): 75cd405

Create package.json

Browse files
Files changed (1) hide show
  1. package.json +18 -0
package.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "iask-web-api",
3
+ "version": "1.0.0",
4
+ "description": "Web API untuk menjalankan fungsi iask dan mengembalikan hasil dalam format JSON.",
5
+ "main": "server.js",
6
+ "scripts": {
7
+ "start": "node server.js",
8
+ "test": "echo \"Error: no test specified\" && exit 1"
9
+ },
10
+ "keywords": ["iask", "web-api", "playwright", "express", "json"],
11
+ "author": "Rama",
12
+ "license": "MIT",
13
+ "dependencies": {
14
+ "express": "^4.18.4",
15
+ "playwright": "^1.40.0",
16
+ "shannz-playwright": "^1.0.0"
17
+ }
18
+ }