diff --git a/package.json b/package.json index 37e5492..33477ad 100644 --- a/package.json +++ b/package.json @@ -1,54 +1,54 @@ { - "name": "boss", - "version": "2.0.0", - "description": "", - "main": "dist/server.js", - "scripts": { - "lint": "npx eslint .", - "lint:fix": "npx eslint . --fix", - "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.723.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": "^19.0.1", - "colors": "^1.4.0", - "dicer": "^0.3.1", - "dotenv": "^16.4.7", - "express": "^4.21.2", - "express-subdomain": "^1.0.6", - "fs-extra": "^11.2.0", - "moment": "^2.30.1", - "mongoose": "~7.6.1", - "morgan": "^1.10.0", - "nice-grpc": "^2.1.10", - "xmlbuilder": "^15.1.1" - }, - "devDependencies": { - "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1", - "@smithy/types": "^4.0.0", - "@stylistic/eslint-plugin": "^2.12.1", - "@types/dicer": "^0.2.4", - "@types/express": "^4.17.21", - "@types/fs-extra": "^11.0.4", - "@types/morgan": "^1.9.9", - "@types/node": "^22.10.5", - "@typescript-eslint/parser": "^8.19.1", - "axios": "^1.7.9", - "eslint": "^9.17.0", - "eslint-import-resolver-typescript": "^3.7.0", - "eslint-plugin-import": "^2.31.0", - "tsc-alias": "^1.8.10", - "typescript": "^5.7.2", - "typescript-eslint": "^8.19.1", - "xmlbuilder2": "^3.1.1" - } -} + "name": "boss", + "version": "2.0.0", + "description": "", + "main": "dist/server.js", + "scripts": { + "lint": "npx eslint .", + "lint:fix": "npx eslint . --fix", + "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.723.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": "^19.0.1", + "colors": "^1.4.0", + "dicer": "^0.3.1", + "dotenv": "^16.4.7", + "express": "^4.21.2", + "express-subdomain": "^1.0.6", + "fs-extra": "^11.2.0", + "moment": "^2.30.1", + "mongoose": "~7.6.1", + "morgan": "^1.10.0", + "nice-grpc": "^2.1.10", + "xmlbuilder": "^15.1.1" + }, + "devDependencies": { + "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1", + "@smithy/types": "^4.0.0", + "@stylistic/eslint-plugin": "^2.12.1", + "@types/dicer": "^0.2.4", + "@types/express": "^4.17.21", + "@types/fs-extra": "^11.0.4", + "@types/morgan": "^1.9.9", + "@types/node": "^22.10.5", + "@typescript-eslint/parser": "^8.19.1", + "axios": "^1.7.9", + "eslint": "^9.17.0", + "eslint-import-resolver-typescript": "^3.7.0", + "eslint-plugin-import": "^2.31.0", + "tsc-alias": "^1.8.10", + "typescript": "^5.7.2", + "typescript-eslint": "^8.19.1", + "xmlbuilder2": "^3.1.1" + } +} \ No newline at end of file