dataset-worldviews / package.json
mervenoyan's picture
commit files to HF hub
06c03b1
{
"name": "explorable-ml",
"dependencies": {
"chokidar": "^1.7.0",
"doc2txt": "^0.0.6",
"googleapis": "39",
"highlight.js": "^9.12.0",
"hot-server": "^0.0.18",
"marked": "^0.3.6",
"scrape-stl": "^1.0.3"
},
"scripts": {
"start": "mkdir -p public && node source/third_party/index.js --watch & sleep 1 && cd public/ && hot-server --port=2344",
"pub": "mkdir -p public && node source/third_party/index.js && gcloud --quiet app deploy --project=google.com:explorable-ml",
"watch": "bin/watch-doc.sh"
},
"license": "MIT"
}