konowebcodecs/apps/browser/package.json
2022-09-30 17:21:03 +08:00

11 lines
212 B
JSON

{
"name": "browser",
"version": "0.0.1",
"description": "browser example",
"scripts": {
"start": "npx http-server -c-1 ../../"
},
"author": "Jerome Wu <jeromewus@gmail.com>",
"license": "MIT"
}