-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.51 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.51 KB
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
55
56
57
58
59
60
61
62
63
64
65
{
"name": "voncountdown",
"version": "1.0.0",
"description": "Count Von Countdown",
"type": "module",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"test:watch": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watch",
"test:coverage": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brianfunk/voncountdown.git"
},
"keywords": [
"count",
"von",
"countdown",
"numberstring",
"number",
"string",
"count",
"von",
"count",
"sesame",
"street",
"big",
"bird"
],
"author": "Brian Funk",
"license": "MIT",
"bugs": {
"url": "https://github.com/brianfunk/voncountdown/issues"
},
"homepage": "https://github.com/brianfunk/voncountdown#readme",
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.980.0",
"@aws-sdk/lib-dynamodb": "^3.980.0",
"axios": "^1.7.9",
"compression": "^1.7.5",
"connect-timeout": "^1.9.0",
"dotenv": "^17.2.3",
"express": "^4.21.2",
"express-handlebars": "^7.1.3",
"express-rate-limit": "^7.4.1",
"helmet": "^8.0.0",
"node-cache": "^5.1.2",
"numberstring": "git+https://github.com/brianfunk/numberstring.git#dev",
"twitter-api-v2": "^1.28.0"
},
"devDependencies": {
"jest": "^29.7.0",
"nodemon": "^3.1.9",
"supertest": "^7.0.0"
},
"overrides": {
"fast-xml-parser": "5.3.4"
}
}