Spaces:
Sleeping
Sleeping
File size: 414 Bytes
287a0bc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
{
"name": "example-browser",
"version": "1.0.1",
"description": "example app",
"keywords": [],
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"parcel": "^2.6.0",
"process": "^0.11.10"
},
"dependencies": {
"chromadb": "file:../.."
},
"scripts": {
"dev": "parcel ./index.html --port 3000 --no-cache",
"start": "parcel ./index.html --port 3000 --no-cache"
}
}
|