-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.22 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "image-generator",
"author": {
"name": "scott from ptn",
"email": "[email protected]"
},
"version": "0.0.2",
"description": "generate stable diffusion images from inside roam",
"main": "index.js",
"scripts": {
"prebuild:roam": "npm install",
"build:roam": "roamjs-scripts build --marketplace",
"build": "roamjs-scripts build",
"dev": "roamjs-scripts dev",
"dev:roam": "roamjs-scripts dev --marketplace",
"lambdas": "roamjs-scripts lambdas",
"preserver": "roamjs-scripts lambdas --build",
"server": "localhost-lambdas",
"start": "concurrently npm:dev npm:server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/phonetonote/image-generator.git"
},
"keywords": [
"image generator",
"stable diffusion",
"image generation",
"text to image",
"stable diffusion image generator",
"stable diffusion",
"roam research"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"eslint": "^8.20.0",
"roamjs-scripts": "^0.19.13",
"ts-loader": "^9.3.0",
"typescript": "^4.7.4"
},
"dependencies": {
"roamjs-components": "^0.73.19"
}
}