-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.08 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
46
{
"name": "nodes",
"version": "1.0.0",
"description": "",
"main": "dist/src/index.js",
"directories": {
"lib": "dist"
},
"scripts": {
"start": "node dist/index.js",
"test": "npx jest --runInBand --detectOpenHandles --forceExit",
"build": "tsc",
"lint": "eslint ./src --ext .ts"
},
"keywords": [],
"author": "FDTE-DSD",
"license": "MIT",
"devDependencies": {
"@types/jest": "29.5.2",
"@types/jsrsasign": "10.5.8",
"@types/lodash": "4.14.195",
"@types/node": "20.2.5",
"@types/uuid": "9.0.1",
"@typescript-eslint/eslint-plugin": "5.59.9",
"@typescript-eslint/parser": "5.59.9",
"eslint": "8.42.0",
"jest": "29.5.0",
"ts-jest": "29.1.0",
"typescript": "5.1.3"
},
"dependencies": {
"@flowbuild/engine": "2.32.0",
"@flowbuild/indexer": "1.0.2",
"ajv": "8.12.0",
"ajv-formats": "2.1.1",
"axios": "1.4.0",
"dotenv": "16.1.4",
"jsrsasign": "10.8.6",
"kafkajs": "2.2.4",
"knex": "2.4.2",
"lodash": "4.17.21",
"nanoid": "3.3.4",
"path": "0.12.7",
"winston": "3.8.2"
}
}