Compare commits

..

3 commits

Author SHA1 Message Date
Artemy Egorov
a3351d5475
Merge pull request #1 from fossabot/add-license-scan-badge
Add license scan report and status
2023-04-20 18:32:15 +03:00
f8e79bd7f8 fix: package.json license 2023-04-20 18:31:49 +03:00
fossabot
9d839e2443 Add license scan report and status
Signed off by: fossabot <badges@fossa.com>
2023-04-20 05:19:17 -10:00
3 changed files with 7 additions and 2 deletions

View file

@ -1,4 +1,6 @@
# AnoPaper - Notes service # AnoPaper - Notes service
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fartegoser%2FAnoPaper.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fartegoser%2FAnoPaper?ref=badge_shield)
AnoPaper is a notes service that allows you to save notes locally, complete notes using OpenAI API, collaborate on notes with other users and more. The notes supports markdown, MathJax, and GFM syntax. AnoPaper is a notes service that allows you to save notes locally, complete notes using OpenAI API, collaborate on notes with other users and more. The notes supports markdown, MathJax, and GFM syntax.
@ -37,3 +39,6 @@ Contributions are welcome! If you would like to contribute to this project, plea
## License ## License
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for more information. This project is licensed under the GNU General Public License v3.0. See the LICENSE file for more information.
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fartegoser%2FAnoPaper.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fartegoser%2FAnoPaper?ref=badge_large)

2
package-lock.json generated
View file

@ -7,7 +7,7 @@
"": { "": {
"name": "anopaper", "name": "anopaper",
"version": "1.0.0", "version": "1.0.0",
"license": "MIT", "license": "GPL-3.0-or-later",
"dependencies": { "dependencies": {
"@heroicons/react": "^2.0.12", "@heroicons/react": "^2.0.12",
"ajv": "^8.11.0", "ajv": "^8.11.0",

View file

@ -3,7 +3,7 @@
"private": true, "private": true,
"version": "1.0.0", "version": "1.0.0",
"author": "anopaper", "author": "anopaper",
"license": "MIT", "license": "GPL-3.0-or-later",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "vite build --emptyOutDir", "build": "vite build --emptyOutDir",