feat(premiere): extension package.json for node_modules

This commit is contained in:
Jakub Jezek 2020-04-01 22:25:14 +02:00
parent 3facd29318
commit 70ef1d8ebc
No known key found for this signature in database
GPG key ID: C4B96E101D2A47F3

View 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"
}