Files
service-worker-starter/package.json
2026-04-20 17:51:22 +03:30

15 lines
232 B
JSON

{
"name": "pwa-course",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "http-server -c-1"
},
"author": "",
"license": "ISC",
"dependencies": {
"http-server": "^14.1.1"
}
}