|
- {
- "name": "webvideo-transcript-summary-web-api",
- "version": "0.0.0",
- "files": [
- "dist",
- "src"
- ],
- "engines": {
- "node": ">=12"
- },
- "license": "MIT",
- "keywords": [
- "pridepack"
- ],
- "devDependencies": {
- "@types/node": "^18.14.1",
- "eslint": "^8.35.0",
- "eslint-config-lxsmnsyc": "^0.5.0",
- "pridepack": "2.4.4",
- "tslib": "^2.5.0",
- "typescript": "^4.9.5",
- "vitest": "^0.28.1"
- },
- "dependencies": {
- "@modal-sh/webvideo-transcript-summary-core": "link:../core",
- "fastify": "^4.12.0"
- },
- "scripts": {
- "prepublishOnly": "pridepack clean && pridepack build",
- "build": "pridepack build",
- "type-check": "pridepack check",
- "lint": "pridepack lint",
- "clean": "pridepack clean",
- "watch": "pridepack watch",
- "start": "pridepack start",
- "dev": "pridepack dev",
- "test": "vitest"
- },
- "private": false,
- "description": "Get transcript summaries of Web videos.",
- "repository": {
- "url": "https://code.modal.sh/modal-soft/webvideo-transcript-summary-web-api",
- "type": "git"
- },
- "homepage": "https://code.modal.sh/modal-soft/webvideo-transcript-summary-web-api",
- "bugs": {
- "url": "https://code.modal.sh/modal-soft/webvideo-transcript-summary-web-api/issues"
- },
- "author": "TheoryOfNekomata <allan.crisostomo@outlook.com>",
- "publishConfig": {
- "access": "public"
- }
- }
|