package.json whitespace

This commit is contained in:
Hri7566 2024-10-23 02:30:41 -04:00
parent 9b20048c2b
commit f8cf0643f9
1 changed files with 38 additions and 38 deletions

View File

@ -1,40 +1,40 @@
{ {
"name": "mpp-server", "name": "mpp-server",
"version": "2.0.0", "version": "2.0.0",
"description": "Hri7566's MPP Server", "description": "Hri7566's MPP Server",
"main": "src/index.ts", "main": "src/index.ts",
"keywords": [], "keywords": [],
"author": "Hri7566", "author": "Hri7566",
"license": "ISC", "license": "ISC",
"scripts": { "scripts": {
"start": "bun run src/start.ts", "start": "bun run src/start.ts",
"dev": "bun run src/start.ts --watch" "dev": "bun run src/start.ts --watch"
}, },
"dependencies": { "dependencies": {
"@prisma/client": "5.17.0", "@prisma/client": "5.17.0",
"@t3-oss/env-core": "^0.6.1", "@t3-oss/env-core": "^0.6.1",
"bun-types": "^1.1.28", "bun-types": "^1.1.28",
"commander": "^11.1.0", "commander": "^11.1.0",
"date-holidays": "^3.23.12", "date-holidays": "^3.23.12",
"events": "^3.3.0", "events": "^3.3.0",
"fancy-text-converter": "^1.0.9", "fancy-text-converter": "^1.0.9",
"jsonwebtoken": "^9.0.2", "jsonwebtoken": "^9.0.2",
"keccak": "^2.1.0", "keccak": "^2.1.0",
"nunjucks": "^3.2.4", "nunjucks": "^3.2.4",
"prom-client": "^15.1.3", "prom-client": "^15.1.3",
"unique-names-generator": "^4.7.1", "unique-names-generator": "^4.7.1",
"yaml": "^2.5.1", "yaml": "^2.5.1",
"zod": "^3.23.8" "zod": "^3.23.8"
}, },
"devDependencies": { "devDependencies": {
"@types/bun": "latest", "@types/bun": "latest",
"@types/jsonwebtoken": "^9.0.7", "@types/jsonwebtoken": "^9.0.7",
"@types/node": "^20.16.5", "@types/node": "^20.16.5",
"@types/nunjucks": "^3.2.6", "@types/nunjucks": "^3.2.6",
"@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0", "@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.1", "eslint": "^8.57.1",
"prisma": "5.17.0", "prisma": "5.17.0",
"typescript": "^5.6.2" "typescript": "^5.6.2"
} }
} }