| 12345678910111213141516171819202122232425262728293031 |
- {
- "name": "@pipeline/core",
- "version": "0.0.1",
- "private": true,
- "type": "module",
- "main": "./dist/index.js",
- "types": "./dist/index.d.ts",
- "exports": {
- ".": {
- "import": "./dist/index.js",
- "types": "./dist/index.d.ts"
- }
- },
- "scripts": {
- "build": "tsc -b",
- "typecheck": "tsc --noEmit"
- },
- "dependencies": {
- "@pipeline/shared": "workspace:*",
- "@pipeline/tts": "workspace:*",
- "@pipeline/templates": "workspace:*",
- "@remotion/renderer": "^4.0.0",
- "@remotion/bundler": "^4.0.0",
- "ali-oss": "^6.21.0",
- "zod": "^3.24.0",
- "tmp-promise": "^3.0.3"
- },
- "devDependencies": {
- "@types/node": "^22.0.0"
- }
- }
|