Update package info

This commit is contained in:
Samuel Elliott 2022-10-21 23:36:05 +01:00
parent 616c40888a
commit 44700fdd3a
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6
3 changed files with 4 additions and 18 deletions

18
LICENSE
View File

@ -1,21 +1,3 @@
nxapi
Copyright (c) 2022 Samuel Elliott
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
---
GNU AFFERO GENERAL PUBLIC LICENSE
Version 3, 19 November 2007

1
package-lock.json generated
View File

@ -7,6 +7,7 @@
"": {
"name": "nxapi",
"version": "1.4.0",
"license": "AGPL-3.0-or-later",
"dependencies": {
"body-parser": "^1.20.0",
"cli-table": "^0.3.11",

View File

@ -2,6 +2,7 @@
"name": "nxapi",
"version": "1.4.0",
"description": "Nintendo Switch app APIs",
"license": "AGPL-3.0-or-later",
"author": "Samuel Elliott",
"main": "dist/index.js",
"type": "module",
@ -9,6 +10,8 @@
"type": "git",
"url": "git@gitlab.fancy.org.uk:samuel/nxapi.git"
},
"homepage": "https://gitlab.fancy.org.uk/samuel/nxapi",
"bugs": "https://github.com/samuelthomas2774/nxapi/issues",
"files": [
"dist",
"!dist/app",