processed commited on
Commit
4ea0e40
·
verified ·
1 Parent(s): c41752f

Update package.json

Browse files
Files changed (1) hide show
  1. package.json +2 -6
package.json CHANGED
@@ -1,15 +1,11 @@
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",
 
1
  {
2
  "name": "iask-web-api",
3
  "version": "1.0.0",
4
+ "description": "Web API for iask function to run on Hugging Face Spaces.",
5
  "main": "server.js",
6
  "scripts": {
7
+ "start": "node server.js"
 
8
  },
 
 
 
9
  "dependencies": {
10
  "express": "^4.18.4",
11
  "playwright": "^1.40.0",