miiverse-api/package.json
2023-04-25 15:57:44 -04:00

61 lines
1.5 KiB
JSON

{
"name": "miiverse-api",
"version": "2.0.0",
"description": "Miiverse API Server",
"main": "./dist/server.js",
"scripts": {
"lint": "npx eslint .",
"build": "npm run lint && npm run clean && npx tsc && npx tsc-alias",
"clean": "rm -rf ./dist",
"start": "node .",
"test": "ts-node test/test.ts"
},
"keywords": [],
"author": "Jemma",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.1204.0",
"colors": "^1.4.0",
"dotenv": "^16.0.3",
"express": "^4.17.1",
"express-subdomain": "^1.0.5",
"fs-extra": "^9.0.0",
"memoizee": "^0.4.15",
"moment": "^2.24.0",
"mongoose": "^6.10.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"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",
"tga": "^1.0.3",
"xmlbuilder": "^15.1.1",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/fs-extra": "^11.0.1",
"@types/memoizee": "^0.4.8",
"@types/morgan": "^1.9.4",
"@types/multer": "^1.4.7",
"@types/newman": "^5.3.2",
"@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",
"axios": "^1.3.6",
"eslint": "^8.38.0",
"newman": "^5.3.2",
"newman-reporter-json-summary": "^1.0.14",
"postman-collection": "^4.1.7",
"ts-unused-exports": "^9.0.4",
"tsc-alias": "^1.8.5",
"typescript": "^5.0.4",
"xmlbuilder2": "^3.1.0"
}
}