mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-03-21 18:04:10 -05:00
97 lines
2.7 KiB
JSON
97 lines
2.7 KiB
JSON
{
|
|
"name": "nxapi",
|
|
"version": "0.3.0",
|
|
"description": "",
|
|
"author": "Samuel Elliott",
|
|
"main": "dist/index.js",
|
|
"type": "module",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@gitlab.fancy.org.uk:samuel/nxapi.git"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"!dist/app",
|
|
"!dist/bundle",
|
|
"bin"
|
|
],
|
|
"bin": {
|
|
"nxapi": "bin/nxapi.js"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"body-parser": "^1.20.0",
|
|
"cli-table": "^0.3.11",
|
|
"debug": "^4.3.4",
|
|
"discord-rpc": "^4.0.1",
|
|
"dotenv": "^16.0.1",
|
|
"dotenv-expand": "^8.0.3",
|
|
"env-paths": "^3.0.0",
|
|
"express": "^4.18.1",
|
|
"frida": "^15.1.17",
|
|
"mkdirp": "^1.0.4",
|
|
"node-fetch": "^3.2.4",
|
|
"node-notifier": "^10.0.1",
|
|
"node-persist": "^3.1.0",
|
|
"read": "^1.0.7",
|
|
"supports-color": "^8.1.1",
|
|
"tslib": "^2.4.0",
|
|
"uuid": "^8.3.2",
|
|
"yargs": "^17.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-alias": "^3.1.9",
|
|
"@rollup/plugin-commonjs": "^21.1.0",
|
|
"@rollup/plugin-html": "^0.2.4",
|
|
"@rollup/plugin-json": "^4.1.0",
|
|
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
"@rollup/plugin-replace": "^4.0.0",
|
|
"@rollup/plugin-typescript": "^8.3.2",
|
|
"@types/cli-table": "^0.3.0",
|
|
"@types/debug": "^4.1.7",
|
|
"@types/discord-rpc": "^4.0.3",
|
|
"@types/express": "^4.17.13",
|
|
"@types/mkdirp": "^1.0.2",
|
|
"@types/node": "^17.0.36",
|
|
"@types/node-notifier": "^8.0.2",
|
|
"@types/node-persist": "^3.1.2",
|
|
"@types/react": "^17.0.45",
|
|
"@types/react-native": "^0.67.7",
|
|
"@types/read": "^0.0.29",
|
|
"@types/uuid": "^8.3.4",
|
|
"@types/yargs": "^17.0.10",
|
|
"electron": "^19.0.1",
|
|
"electron-builder": "^23.0.3",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-native-web": "^0.17.7",
|
|
"rollup": "^2.75.3",
|
|
"rollup-plugin-polyfill-node": "^0.8.0",
|
|
"ts-json-schema-generator": "^1.0.0",
|
|
"typescript": "^4.7.2"
|
|
},
|
|
"build": {
|
|
"appId": "uk.org.fancy.nxapi.app",
|
|
"productName": "Nintendo Switch Online",
|
|
"copyright": "Copyright © 2022 Samuel Elliott",
|
|
"npmRebuild": false,
|
|
"files": [
|
|
"dist/app/bundle",
|
|
"dist/bundle",
|
|
"!dist/app/package"
|
|
],
|
|
"asar": false,
|
|
"extraMetadata": {
|
|
"main": "dist/bundle/app-main-bundle.cjs"
|
|
},
|
|
"directories": {
|
|
"output": "dist/app/package"
|
|
},
|
|
"mac": {
|
|
"identity": null
|
|
}
|
|
}
|
|
}
|