-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1 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
{
"name": "vingadevs-sentimento-cli",
"version": "3.0.0",
"description": "Análise de sentimento com IA - Desenvolvido pela equipe VingaDevs (Versão Modular)",
"type": "module",
"main": "vingadevs-modular.js",
"scripts": {
"start": "node vingadevs-modular.js",
"dev": "node vingadevs-modular.js",
"vingadevs": "node vingadevs-modular.js",
"legacy": "node vingadevs-cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LilianMS/projeto_cli_desenvolve.git"
},
"keywords": [
"sentimento",
"ia",
"cli",
"vingadevs",
"node",
"huggingface",
"modular"
],
"authors": [
"Alicia - VingaDevs",
"Brenda - VingaDevs",
"Davis - VingaDevs",
"Leticia - VingaDevs",
"Lilian - VingaDevs"
],
"bugs": {
"url": "https://github.com/LilianMS/projeto_cli_desenvolve/issues"
},
"homepage": "https://github.com/LilianMS/projeto_cli_desenvolve#readme",
"dependencies": {
"dotenv": "^16.0.0",
"chalk": "^5.0.0"
}
}