syncvid/package.json

13 lines
217 B
JSON

{
"name": "syncvid",
"version": "1.0.0",
"devDependencies": {
"http-server": "^14.1.1"
},
"scripts": {
"start": "http-server . -p 8080"
},
"author": "",
"license": "ISC",
"description": ""
}