{ "name": "jscam", "version": "0.0.1", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "serve": "webpack-serve --config ./webpack.config.js --content public", "build": "npx webpack && cp src/index.html public/ && cp dist/* public/" }, "author": "l1npengtul", "license": "MPL-2.0", "dependencies": { "nokhwa": "file:../../nokhwajs" }, "devDependencies": { "webpack": "^5.51.1", "webpack-cli": "^4.8.0", "webpack-dev-server": "^4.1.0" } }