mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
18 lines
350 B
JSON
18 lines
350 B
JSON
{
|
|
"name": "avalon-harmony",
|
|
"version": "1.0.0",
|
|
"description": "Avalon Harmony Host integration",
|
|
"keywords": [
|
|
"Avalon",
|
|
"Harmony",
|
|
"pipeline"
|
|
],
|
|
"license": "MIT",
|
|
"main": "AvalonHarmony.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.11.0"
|
|
}
|
|
}
|