nxapi/package.json
Samuel Elliott 551daa868a
v0.3.0
2022-05-26 12:44:22 +01:00

100 lines
2.8 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",
"resources"
],
"bin": {
"nxapi": "bin/nxapi.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"body-parser": "^1.19.2",
"cli-table": "^0.3.11",
"debug": "^4.3.3",
"discord-rpc": "^4.0.1",
"dotenv": "^16.0.0",
"dotenv-expand": "^8.0.3",
"env-paths": "^3.0.0",
"express": "^4.17.3",
"frida": "^15.1.17",
"mkdirp": "^1.0.4",
"node-fetch": "^3.2.2",
"node-notifier": "^10.0.1",
"node-persist": "^3.1.0",
"read": "^1.0.7",
"supports-color": "^8.1.1",
"uuid": "^8.3.2",
"yargs": "^17.3.1"
},
"devDependencies": {
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^21.0.3",
"@rollup/plugin-html": "^0.2.4",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.3.1",
"@types/cli-table": "^0.3.0",
"@types/debug": "^4.1.7",
"@types/discord-rpc": "^4.0.0",
"@types/express": "^4.17.13",
"@types/mkdirp": "^1.0.2",
"@types/node": "^17.0.21",
"@types/node-notifier": "^8.0.2",
"@types/node-persist": "^3.1.2",
"@types/react": "^17.0.43",
"@types/react-native": "^0.67.3",
"@types/read": "^0.0.29",
"@types/uuid": "^8.3.4",
"@types/yargs": "^17.0.9",
"caxa": "^2.1.0",
"electron": "^17.2.0",
"electron-builder": "^23.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-native-web": "^0.17.7",
"rollup": "^2.70.1",
"rollup-plugin-polyfill-node": "^0.8.0",
"ts-json-schema-generator": "^1.0.0",
"tslib": "^2.4.0",
"typescript": "^4.7.0-dev.20220308"
},
"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",
"resources"
],
"asar": false,
"extraMetadata": {
"main": "dist/bundle/app-main-bundle.cjs"
},
"directories": {
"output": "dist/app/package"
},
"mac": {
"identity": null
}
}
}