mirror of
https://github.com/PretendoNetwork/BOSS.git
synced 2026-03-21 17:34:19 -05:00
StreetPass Relay allows 3DS users to exchange StreetPass data over the Internet. This is handled through SpotPass, and no user interaction is required. Also reenable the user agent checks as it's needed to identify the user using the PID present on it.
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "boss",
|
|
"version": "2.0.0",
|
|
"description": "",
|
|
"main": "dist/server.js",
|
|
"scripts": {
|
|
"lint": "npx eslint .",
|
|
"build": "npm run lint && npm run clean && npx tsc && npx tsc-alias",
|
|
"clean": "rimraf ./dist",
|
|
"start": "node --enable-source-maps ."
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@aws-sdk/client-s3": "^3.395.0",
|
|
"@pretendonetwork/boss-crypto": "^1.0.0",
|
|
"@pretendonetwork/grpc": "^1.0.6",
|
|
"@typegoose/auto-increment": "^3.6.1",
|
|
"boss-js": "github:PretendoNetwork/boss-js",
|
|
"cacache": "^18.0.0",
|
|
"colors": "^1.4.0",
|
|
"dicer": "^0.3.1",
|
|
"dotenv": "^10.0.0",
|
|
"express": "^4.17.1",
|
|
"express-subdomain": "^1.0.5",
|
|
"moment": "^2.29.4",
|
|
"mongoose": "^7.4.3",
|
|
"morgan": "^1.10.0",
|
|
"nice-grpc": "^2.1.5",
|
|
"xmlbuilder": "^15.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/dicer": "^0.2.4",
|
|
"@types/express": "^4.17.17",
|
|
"@types/fs-extra": "^11.0.1",
|
|
"@types/morgan": "^1.9.4",
|
|
"@types/node": "^20.5.0",
|
|
"@typescript-eslint/eslint-plugin": "^6.4.0",
|
|
"@typescript-eslint/parser": "^6.4.0",
|
|
"axios": "^1.6.2",
|
|
"eslint": "^8.47.0",
|
|
"fs-extra": "^10.1.0",
|
|
"tsc-alias": "^1.8.7",
|
|
"typescript": "^5.1.6",
|
|
"xmlbuilder2": "^3.0.2"
|
|
}
|
|
}
|