32 lines
929 B
JSON
32 lines
929 B
JSON
{
|
|
"name": "uxp-template-default-starter",
|
|
"version": "1.0.0",
|
|
"description": "Default template for creating Adobe UXP based photoshop plugin.",
|
|
"author": "Adobe Inc",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"fastify": "^4.10.2",
|
|
"jimp": "^0.16.2",
|
|
"md5": "^2.3.0"
|
|
},
|
|
"main": "index.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "2.8.3"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/AbdullahAlfaraj/Auto-Photoshop-StableDiffusion-Plugin.git"
|
|
},
|
|
"keywords": [],
|
|
"bugs": {
|
|
"url": "https://github.com/AbdullahAlfaraj/Auto-Photoshop-StableDiffusion-Plugin/issues"
|
|
},
|
|
"homepage": "https://github.com/AbdullahAlfaraj/Auto-Photoshop-StableDiffusion-Plugin#readme"
|
|
}
|