33 lines
763 B
JSON
33 lines
763 B
JSON
{
|
|
"name": "zealot",
|
|
"version": "0.3.0",
|
|
"description": "Bit Goblin video transcoder service",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"ts": "ts-node",
|
|
"lint": "eslint index.ts src/**/*",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.metaunix.net/BitGoblin/zealot"
|
|
},
|
|
"keywords": [
|
|
"video",
|
|
"transcoder",
|
|
"ffmpeg"
|
|
],
|
|
"author": "Gregory Ballantine <gballantine@bitgoblin.tech>",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"toml": "^3.0.0",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^4.9.3"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^5.43.0",
|
|
"@typescript-eslint/parser": "^5.43.0",
|
|
"eslint": "^8.27.0"
|
|
}
|
|
}
|