mirror of
https://github.com/l1npengtul/nokhwa.git
synced 2026-07-20 08:08:54 +00:00
21 lines
465 B
JSON
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"
|
|
}
|
|
}
|