-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 3.62 KB
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 3.62 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
{
"name": "sentimental-analyzer-pro",
"version": "1.0.0",
"description": "<!-- links need to be changed --> [](https://doi.org/10.5281/zenodo.14226600) [](https://github.com/NCSU-SE-Spring2025-Group6/Sentimental-Analyzer-Pro/releases) [](https://github.com/NCSU-SE-Spring2025-Group6/Sentimental-Analyzer-Pro/actions/workflows/main.yml) [](https://opensource.org/licenses/MIT) [](https://www.python.org/) [](https://github.com/NCSU-SE-Spring2025-Group6/Sentimental-Analyzer-Pro/graphs/contributors) [](https://github.com/NCSU-SE-Spring2025-Group6/Sentimental-Analyzer-Pro/issues) [](https://github.com/NCSU-SE-Spring2025-Group6/Sentimental-Analyzer-Pro/issues?q=is%3Aissue+is%3Aclosed) [](https://github.com/NCSU-SE-Spring2025-Group6/Sentimental-Analyzer-Pro/pulls) [](https://github.com/NCSU-SE-Spring2025-Group6/Sentimental-Analyzer-Pro/actions/workflows/code_coverage.yml) [](https://github.com/NCSU-SE-Spring2025-Group6/Sentimental-Analyzer-Pro/actions/workflows/style_checker.yml) [](https://github.com/NCSU-SE-Spring2025-Group6/Sentimental-Analyzer-Pro/actions/workflows/code-format.yml) [](https://github.com/NCSU-SE-Spring2025-Group6/Sentimental-Analyzer-Pro/actions/workflows/syntax-checker.yml) [](https://codecov.io/gh/NCSU-SE-Spring2025-Group6/Sentimental-Analyzer-Pro) [](https://www.python.org/dev/peps/pep-0008/) [](https://pypi.org/project/autopep8/) [](https://pypi.org/project/pylint/)",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CSC-510-G7/Sentimental-Analyzer-Pro.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CSC-510-G7/Sentimental-Analyzer-Pro/issues"
},
"homepage": "https://github.com/CSC-510-G7/Sentimental-Analyzer-Pro#readme",
"devDependencies": {
"cypress": "^14.3.0",
"jest": "^29.7.0",
"jsdom": "^26.1.0"
}
}