-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 925 Bytes
/
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
{
"name": "perchance-image-generator",
"version": "1.0.2",
"description": "Generate AI image prompts from perchance in your Node.JS code.",
"main": "lib/index.js",
"dependencies": {
"axios": "^1.7.7",
"fs": "^0.0.1-security",
"path": "^0.12.7",
"playwright": "^1.44.1"
},
"scripts": {
"install": "npx playwright install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JaimyTuin223/perchance-image-generator.git"
},
"files": [
"lib/",
"src/",
"README.md",
"package.json"
],
"keywords": [
"perchance",
"AI",
"image generator",
"Discord"
],
"author": "jaimytuin",
"license": "ISC",
"bugs": {
"url": "https://github.com/JaimyTuin223/perchance-image-generator/issues"
},
"homepage": "https://github.com/JaimyTuin223/perchance-image-generator#readme"
}