Files
nokhwa/examples/jscam/package.json
T

21 lines
465 B
JSON

{
"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"
},
"author": "l1npengtul",
"license": "MPL-2.0",
"dependencies": {
"nokhwa": "file:../../nokhwajs",
"webpack-serve": "^1.0.4"
},
"devDependencies": {
"webpack": "^4.46.0",
"webpack-cli": "^4.8.0"
}
}