mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 22:08:02 +00:00
13 lines
184 B
JSON
13 lines
184 B
JSON
|
{
|
||
|
"name": "camera-example",
|
||
|
"version": "1.0.0",
|
||
|
"main": "index.js",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"serve": "^11.2.0"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"dev": "serve ."
|
||
|
}
|
||
|
}
|