{ "name": "tik-tok", "version": "0.0.0", "scripts": { "ng": "ng", "start": "ng serve --proxy-config proxy.conf.json", "start:dev": "ng serve --proxy-config proxy.conf.json --host 0.0.0.0", "server": "node server.js", "dev": "concurrently \"npm run server\" \"npm start\"", "build": "ng build", "build:cloud-functions": "node scripts/build-cloud-functions.mjs", "validate:jimeng-billing": "node scripts/validation/jimeng-billing-policy.mjs", "validate:cloud-functions": "node scripts/validation/cloud-functions-readiness.mjs", "validate:storage-policy": "node scripts/validation/storage-sensitive-policy.mjs", "validate:parse-storage:postdeploy": "node scripts/validation/parse-storage-postdeploy.mjs", "validate:storage-governance:postdeploy": "node scripts/validation/storage-governance-postdeploy.mjs", "inspect:ip-operator-cleanup": "node scripts/validation/ip-operator-cleanup-dry-run.mjs", "cleanup:ip-operator:soft": "node scripts/validation/ip-operator-cleanup-soft-delete.mjs", "cleanup:ip-operator:physical": "node scripts/validation/ip-operator-cleanup-physical-delete.mjs", "inspect:videoworkflow-cleanup": "node scripts/validation/videoworkflow-parse-cleanup.mjs", "cleanup:videoworkflow:parse": "node scripts/validation/videoworkflow-parse-cleanup.mjs", "e2e:ip-operator": "node scripts/validation/run-ip-operator-e2e.mjs", "e2e:ip-operator:real": "node scripts/validation/run-ip-operator-e2e.mjs e2e/ip-operator-real-llm.spec.ts", "smoke:cloud": "node scripts/smoke-cloud-functions.mjs", "review:guard": "node scripts/review-guard.mjs", "watch": "ng build --watch --configuration development", "test": "ng test" }, "private": true, "packageManager": "npm@11.6.1", "dependencies": { "@angular/common": "^21.2.0", "@angular/compiler": "^21.2.0", "@angular/core": "^21.2.0", "@angular/forms": "^21.2.0", "@angular/platform-browser": "^21.2.0", "@angular/router": "^21.2.0", "@ffmpeg/core": "^0.12.10", "@ffmpeg/ffmpeg": "^0.12.15", "@ffmpeg/util": "^0.12.2", "@types/qrcode": "^1.5.6", "axios": "^1.15.0", "cors": "^2.8.5", "express": "^4.21.0", "fmode-ng": "^0.0.246", "marked": "^18.0.4", "multer": "^2.1.1", "qrcode": "^1.5.4", "rxjs": "~7.8.0", "tslib": "^2.3.0", "undici": "^7.24.4" }, "devDependencies": { "@angular/build": "^21.2.3", "@angular/cli": "^21.2.3", "@angular/compiler-cli": "^21.2.0", "@playwright/test": "^1.60.0", "concurrently": "^9.1.0", "jsdom": "^28.0.0", "prettier": "^3.8.1", "typescript": "~5.9.2", "vitest": "^4.0.8" } }