{ "name": "@modal-sh/webvideo-clip-web-api", "version": "0.0.0", "files": [ "dist", "src" ], "engines": { "node": ">=10" }, "license": "MIT", "keywords": [ "pridepack" ], "devDependencies": { "@types/node": "^18.14.1", "eslint": "^8.35.0", "eslint-config-lxsmnsyc": "^0.5.0", "pridepack": "2.4.2", "tslib": "^2.5.0", "typescript": "^4.9.5", "vitest": "^0.28.1" }, "dependencies": { "@modal/webvideo-clip-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": "Clip Web videos.", "repository": { "url": "https://code.modal.sh/TheoryOfNekomata/webvideo-clip-web-api", "type": "git" }, "homepage": "https://code.modal.sh/TheoryOfNekomata/webvideo-clip-web-api", "bugs": { "url": "https://code.modal.sh/TheoryOfNekomata/webvideo-clip-web-api/issues" }, "author": "TheoryOfNekomata ", "publishConfig": { "access": "public" } }