miiverse-api/package.json
2023-04-23 19:32:42 -04:00

66 lines
1.6 KiB
JSON

{
"name": "miiverse-api",
"version": "2.0.0",
"description": "Miiverse API Server",
"main": "./dist/server.js",
"scripts": {
"lint": "npx eslint .",
"build": "npm run clean && npx tsc && npx tsc-alias",
"clean": "rm -rf ./dist",
"start": "node .",
"start:dev": "NODE_ENV=development node ."
},
"keywords": [],
"author": "Jemma",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.1204.0",
"bmp-js": "^0.1.0",
"body-parser": "^1.20.2",
"colors": "^1.4.0",
"dotenv": "^16.0.3",
"express": "^4.17.1",
"express-session": "^1.17.0",
"express-subdomain": "^1.0.5",
"fs-extra": "^9.0.0",
"memoizee": "^0.4.15",
"moment": "^2.24.0",
"moment-timezone": "^0.5.27",
"mongoose": "^6.10.1",
"mongoose-unique-validator": "^3.1.0",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"nice-grpc": "^2.0.0",
"node-rsa": "^1.0.8",
"node-snowflake": "0.0.1",
"pako": "^1.0.11",
"pngjs": "^5.0.0",
"pretendo-grpc-ts": "github:PretendoNetwork/grpc-ts",
"sanitize": "^2.1.0",
"tga": "^1.0.3",
"xmlbuilder": "^15.1.1",
"xmlbuilder2": "0.0.4",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/bmp-js": "^0.1.0",
"@types/express": "^4.17.17",
"@types/fs-extra": "^11.0.1",
"@types/morgan": "^1.9.4",
"@types/multer": "^1.4.7",
"@types/node-rsa": "^1.1.1",
"@types/pako": "^2.0.0",
"@types/pngjs": "^6.0.1",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"eslint": "^8.38.0",
"object-to-xml": "^2.0.0",
"request": "^2.88.2",
"string-sanitizer": "^1.1.1",
"ts-unused-exports": "^9.0.4",
"tsc-alias": "^1.8.5",
"typescript": "^5.0.4",
"xml2json": "^0.12.0"
}
}