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