-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.29 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.29 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
{
"name": "columnistosjs",
"version": "1.0.0",
"description": "Una versión para el bot columnistos escrita en NodeJS.",
"main": "scripts/post.js",
"type": "module",
"engines": {
"node": ">=20.18.2"
},
"scripts": {
"scripts:post": "node scripts/post.js",
"scripts:crawl": "node scripts/crawl.js",
"scripts:sendDms": "node scripts/sendDms.js",
"build": "webpack",
"local-deploy": "npm run build && NODE_ENV=development sls deploy --stage development -r us-east-1 --aws-profile mfa --verbose"
},
"dependencies": {
"axios": "^1.8.1",
"cheerio": "^1.0.0",
"dotenv": "^16.4.7",
"mariadb": "^3.4.0",
"wafrn-sdk": "^1.0.0"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@types/node": "^22.13.5",
"eslint": "^9.21.0",
"globals": "^16.0.0",
"serverless": "^3.40.0",
"serverless-dotenv-plugin": "^6.0.0",
"serverless-webpack": "^5.13.0",
"webpack": "^5.91.0",
"webpack-cli": "^6.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gabygarro/columnistosJS.git"
},
"keywords": [
"columnistos"
],
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/gabygarro/columnistosJS/issues"
},
"homepage": "https://github.com/gabygarro/columnistosJS#readme"
}