mono/packages/media/package.json
2025-02-13 23:57:33 +01:00

55 lines
1.4 KiB
JSON

{
"name": "@plastichub/osr-media",
"version": "0.2.7",
"typings": "index.d.ts",
"publishConfig": {
"access": "public"
},
"bin": {
"osr-media": "main.js"
},
"dependencies": {
"@plastichub/core": "^0.2.6",
"@plastichub/fs": "^0.13.39",
"@plastichub/osr-cache": "^0.4.6",
"@plastichub/osr-commons": "^0.5.3",
"@types/fluent-ffmpeg": "^2.1.27",
"bluebird": "^3.7.2",
"fluent-ffmpeg": "^2.1.3",
"js-beautify": "^1.14.6",
"novita-sdk": "^1.0.37",
"p-map": "^4.0.0",
"p-throttle": "^v4.1.1",
"sharp": "^0.33.5",
"typescript": "^4.9.5",
"yargs": "^17.7.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^14.18.63",
"@types/showdown": "^2.0.6"
},
"scripts": {
"test": "tsc; mocha --full-trace mocha \"spec/**/*.spec.js\"",
"test-with-coverage": "istanbul cover node_modules/.bin/_mocha -- 'spec/**/*.spec.js'",
"lint": "tslint --project=./tsconfig.json",
"build": "tsc -p .",
"dev": "tsc -p . --declaration -w",
"typings": "tsc --declaration",
"docs": "npx typedoc src/index.ts",
"dev-test-watch": "mocha-typescript-watch"
},
"homepage": "https://git.osr-plastic.org/osr-plastic/osr-media",
"repository": {
"type": "git",
"url": "://git.osr-plastic.org/osr-plastic/osr-media.git"
},
"engines": {
"node": ">= 14.0.0"
},
"license": "BSD-3-Clause",
"keywords": [
"typescript"
]
}