This repository has been archived on 2026-09-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
"demo":"npm run build && npm run build:browser && npx http-server -o /index.html",
"cli":"node ./cli-wrapper.js",
"version:patch":"npm version patch",
"version:minor":"npm version minor",
"version:major":"npm version major",
"deploy":"npm run build && npm publish",
"deploy:cloud:aws":"cd cloud-wrapper && npm run build && npm run deploy:aws",
"deploy:cloud:gcp":"cd cloud-wrapper && npm run build && npm run deploy:gcp",
"deploy:cloud:cloudflare":"cd cloud-wrapper && npm run build && npm run deploy:cloudflare",
"deploy:cloud":"echo 'Please use one of the following commands to deploy to a specific cloud provider:' && echo ' npm run deploy:cloud:aws' && echo ' npm run deploy:cloud:gcp' && echo ' npm run deploy:cloud:cloudflare'",
"postinstall":"echo 'Note: If you encounter dependency conflicts with TensorFlow.js packages, please use: npm install --legacy-peer-deps'"