Skip to content

Commit

Permalink
style: use tabs in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryoverload committed Jan 9, 2025
1 parent dd509f0 commit 20e2a4a
Showing 1 changed file with 53 additions and 53 deletions.
106 changes: 53 additions & 53 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 20e2a4a

Please sign in to comment.