-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.53 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
47
48
49
50
51
52
53
54
{
"name": "eulagy",
"version": "3.2.2",
"description": "EULAgy takes a text file, converts it to an mp3 and generates a csv based on the Amazon Comprehend findings",
"main": "src/app.ts",
"scripts": {
"lint": "eslint \"src/**/*.ts\"",
"lintTests": "eslint \"test/**/*.ts\"",
"test": "jest safe",
"liveTest": "jest",
"zpack_x": "bash ./scripts/package.sh;"
},
"keywords": [],
"author": "eebbesen",
"license": "MIT",
"devDependencies": {
"@types/jest": ">=29.5.10",
"@typescript-eslint/eslint-plugin": ">=6.4.0",
"@typescript-eslint/parser": ">=6.13.1",
"eslint": ">=8.0.1",
"eslint-config-standard-with-typescript": ">=40.0.0",
"eslint-plugin-import": ">=2.25.2",
"eslint-plugin-n": ">=16.3.1",
"jest": ">=29.7.0",
"ts-jest": ">=29.1.1",
"ts-node": ">=10.9.1",
"typescript": ">=5.3.2"
},
"dependencies": {
"@aws-sdk/client-comprehend": ">=3.454.0",
"@aws-sdk/client-polly": ">=3.454.0",
"@aws-sdk/client-s3": ">=3.456.0",
"@types/aws-lambda": ">=8.10.129",
"@types/node": "^20.10.1",
"debug": "4.3.4",
"minimatch": ">=3.12",
"ms": "2.1.2",
"npm-cli": ">=0.1.0",
"typescript-logging": ">=2.1.0",
"typescript-logging-log4ts-style": ">=2.1.0"
},
"directories": {
"doc": "docs",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eebbesen/eulagy.git"
},
"bugs": {
"url": "https://github.com/eebbesen/eulagy/issues"
},
"homepage": "https://github.com/eebbesen/eulagy#readme"
}