mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
feat(premiere): extension package.json for node_modules
This commit is contained in:
parent
3facd29318
commit
70ef1d8ebc
1 changed files with 30 additions and 0 deletions
30
pype/premiere/extensions/com.pype.avalon/package.json
Normal file
30
pype/premiere/extensions/com.pype.avalon/package.json
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"name": "com.pype.avalon",
|
||||
"version": "1.0.0",
|
||||
"description": "pype avalon integration",
|
||||
"main": "CSXS\\manifest.xml",
|
||||
"dependencies": {
|
||||
"decompress-zip": "^0.2.2",
|
||||
"fs-extra": "^9.0.0",
|
||||
"fs": "^0.0.1-security",
|
||||
"https": "^1.0.0",
|
||||
"jsonfile": "^6.0.1",
|
||||
"junk": "^3.1.0",
|
||||
"node-timecodes": "^2.5.0",
|
||||
"opn": "^6.0.0",
|
||||
"os": "^0.1.1",
|
||||
"path": "^0.12.7",
|
||||
"process": "^0.11.10",
|
||||
"pure-uuid": "^1.6.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"url": "^0.11.0",
|
||||
"walk": "^2.3.14",
|
||||
"xml2js": "^0.4.23"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue