mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-03-21 18:04:10 -05:00
Update package info
This commit is contained in:
parent
616c40888a
commit
44700fdd3a
18
LICENSE
18
LICENSE
|
|
@ -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
1
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user