-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 784 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 784 Bytes
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
{
"name": "imagefx-generator",
"version": "1.1.0",
"description": "ImageFX API Generator with modern UI",
"main": "start.js",
"type": "module",
"scripts": {
"start": "node start.js",
"dev": "npx tsx src/ui/server.ts",
"railway": "node server.cjs",
"build": "echo 'No build step required'",
"test": "echo 'No tests specified'"
},
"dependencies": {
"archiver": "^6.0.1",
"express": "^4.18.2",
"tsx": "^4.7.0",
"typescript": "^5.3.3"
},
"devDependencies": {
"@types/archiver": "^6.0.3",
"@types/express": "^4.17.21",
"@types/node": "^20.10.5"
},
"engines": {
"node": ">=18.0.0"
},
"keywords": [
"imagefx",
"google",
"ai",
"image-generation"
],
"author": "Tim/Mony",
"license": "MIT"
}