Flowise

Форк
0
/
package.json 
106 строк · 3.5 Кб
1
{
2
    "name": "flowise",
3
    "version": "1.7.1",
4
    "description": "Flowiseai Server",
5
    "main": "dist/index",
6
    "types": "dist/index.d.ts",
7
    "bin": {
8
        "flowise": "./bin/run"
9
    },
10
    "files": [
11
        "bin",
12
        "marketplaces",
13
        "dist",
14
        "npm-shrinkwrap.json",
15
        "oclif.manifest.json",
16
        "oauth2.html"
17
    ],
18
    "oclif": {
19
        "bin": "flowise",
20
        "commands": "./dist/commands"
21
    },
22
    "scripts": {
23
        "build": "tsc",
24
        "start": "run-script-os",
25
        "clean": "rimraf dist",
26
        "nuke": "rimraf dist node_modules .turbo",
27
        "start:windows": "cd bin && run start",
28
        "start:default": "cd bin && ./run start",
29
        "dev": "tsc-watch --noClear -p ./tsconfig.json --onSuccess \"pnpm start\"",
30
        "oclif-dev": "run-script-os",
31
        "oclif-dev:windows": "cd bin && dev start",
32
        "oclif-dev:default": "cd bin && ./dev start",
33
        "postpack": "shx rm -f oclif.manifest.json",
34
        "prepack": "pnpm build && oclif manifest && oclif readme",
35
        "typeorm": "typeorm-ts-node-commonjs",
36
        "typeorm:migration-generate": "pnpm typeorm migration:generate -d ./src/utils/typeormDataSource.ts",
37
        "typeorm:migration-run": "pnpm typeorm migration:run -d ./src/utils/typeormDataSource.ts",
38
        "watch": "tsc --watch",
39
        "version": "oclif readme && git add README.md",
40
        "cypress:open": "cypress open",
41
        "cypress:run": "cypress run",
42
        "e2e": "start-server-and-test dev http://localhost:3000 cypress:run",
43
        "cypress:ci": "START_SERVER_AND_TEST_INSECURE=1 start-server-and-test start https-get://localhost:3000 cypress:run"
44
    },
45
    "keywords": [],
46
    "homepage": "https://flowiseai.com",
47
    "author": {
48
        "name": "Henry Heng",
49
        "email": "henryheng@flowiseai.com"
50
    },
51
    "engines": {
52
        "node": ">=18.15.0 <19.0.0 || ^20"
53
    },
54
    "license": "SEE LICENSE IN LICENSE.md",
55
    "dependencies": {
56
        "@oclif/core": "^1.13.10",
57
        "@types/lodash": "^4.14.202",
58
        "@types/uuid": "^9.0.7",
59
        "async-mutex": "^0.4.0",
60
        "axios": "1.6.2",
61
        "content-disposition": "0.5.4",
62
        "cors": "^2.8.5",
63
        "crypto-js": "^4.1.1",
64
        "dotenv": "^16.0.0",
65
        "express": "^4.17.3",
66
        "express-basic-auth": "^1.2.1",
67
        "express-rate-limit": "^6.9.0",
68
        "flowise-components": "workspace:^",
69
        "flowise-ui": "workspace:^",
70
        "http-errors": "^2.0.0",
71
        "http-status-codes": "^2.3.0",
72
        "lodash": "^4.17.21",
73
        "moment": "^2.29.3",
74
        "moment-timezone": "^0.5.34",
75
        "multer": "^1.4.5-lts.1",
76
        "mysql2": "^3.9.2",
77
        "openai": "^4.20.0",
78
        "pg": "^8.11.1",
79
        "posthog-node": "^3.5.0",
80
        "reflect-metadata": "^0.1.13",
81
        "sanitize-html": "^2.11.0",
82
        "socket.io": "^4.6.1",
83
        "sqlite3": "^5.1.6",
84
        "typeorm": "^0.3.6",
85
        "uuid": "^9.0.1",
86
        "winston": "^3.9.0"
87
    },
88
    "devDependencies": {
89
        "@types/content-disposition": "0.5.8",
90
        "@types/cors": "^2.8.12",
91
        "@types/crypto-js": "^4.1.1",
92
        "@types/multer": "^1.4.7",
93
        "@types/sanitize-html": "^2.9.5",
94
        "concurrently": "^7.1.0",
95
        "cypress": "^13.7.1",
96
        "nodemon": "^2.0.22",
97
        "oclif": "^3",
98
        "rimraf": "^5.0.5",
99
        "run-script-os": "^1.1.6",
100
        "shx": "^0.3.3",
101
        "start-server-and-test": "^2.0.3",
102
        "ts-node": "^10.7.0",
103
        "tsc-watch": "^6.0.4",
104
        "typescript": "^4.8.4"
105
    }
106
}
107

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.