iask / package.json
processed's picture
Create package.json
38fcc29 verified
raw
history blame
505 Bytes
{
"name": "iask-web-api",
"version": "1.0.0",
"description": "Web API untuk menjalankan fungsi iask dan mengembalikan hasil dalam format JSON.",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["iask", "web-api", "playwright", "express", "json"],
"author": "Rama",
"license": "MIT",
"dependencies": {
"express": "^4.18.4",
"playwright": "^1.40.0",
"shannz-playwright": "^1.0.0"
}
}