mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-03-21 18:04:10 -05:00
80 lines
2.9 KiB
JSON
80 lines
2.9 KiB
JSON
{
|
|
"name": "nxapi",
|
|
"version": "0.2.1",
|
|
"description": "",
|
|
"author": "Samuel Elliott",
|
|
"main": "dist/index.js",
|
|
"type": "module",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@gitlab.fancy.org.uk:samuel/nxapi.git"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"bin",
|
|
"resources"
|
|
],
|
|
"bin": {
|
|
"nxapi": "bin/nxapi.js"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"cli": "node bin/nxapi.js",
|
|
"build-macos-linux": "caxa --input . --exclude src dist/bin data node_modules --prepare-command \"npm ci --production\" --output dist/bin/nxapi -- \"{{caxa}}/node_modules/.bin/node\" \"{{caxa}}/bin/nxapi.js\"",
|
|
"build-macosapp": "caxa --input . --exclude src dist/bin data node_modules --prepare-command \"npm ci --production\" --output dist/bin/nxapi.app -- \"{{caxa}}/node_modules/.bin/node\" \"{{caxa}}/bin/nxapi.js\" \"presence\"",
|
|
"build-windows": "caxa --input . --exclude src dist/bin data node_modules --prepare-command \"npm ci --production\" --output dist/bin/nxapi.exe -- \"{{caxa}}/node_modules/.bin/node\" \"{{caxa}}/bin/nxapi.js\"",
|
|
"start": "node bin/nxapi.js presence"
|
|
},
|
|
"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-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"
|
|
}
|
|
}
|