cleanup vault packages

This commit is contained in:
iamBadgers
2025-06-06 18:11:50 -07:00
parent 02007ffc94
commit 7d13bc0c47
11 changed files with 1087 additions and 5582 deletions

View File

@@ -1,44 +1,33 @@
{
"name": "vault",
"version": "1.0.0",
"description": "",
"description": "backend for rush cahracter archive",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/",
"build": "tsc",
"start": "tsc && node dist/app.js",
"dev": "npx ts-node-dev src/app.ts",
"build": "webpack && cp package.json ./dist/package.json"
"test": "echo \"Error: no test specified\" && exit 1",
"format": "npx prettier . --write",
"lint": "npx eslint . --ext .ts"
},
"keywords": [],
"author": "",
"author": "iamBadgers",
"license": "ISC",
"devDependencies": {
"@types/express": "^4.17.21",
"@types/sequelize": "^4.28.20",
"@types/sqlite3": "^3.1.11",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"crossenv": "^0.0.2-security",
"eslint": "^8.57.0",
"node-polyfill-webpack-plugin": "^4.0.0",
"prettier": "^3.2.5",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"webpack-cli": "^5.1.4"
"@eslint/js": "^9.28.0",
"@types/express": "^5.0.3",
"@types/node": "^22.15.30",
"eslint": "^9.28.0",
"globals": "^16.2.0",
"prettier": "3.5.3",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"typescript-eslint": "^8.33.1"
},
"dependencies": {
"@types/body-parser": "^1.19.5",
"asty-astq": "^1.14.0",
"body-parser": "^1.20.2",
"express": "^4.21.2",
"memcached": "^2.2.2",
"net": "^1.0.2",
"pg": "^8.16.0",
"pg-hstore": "^2.3.4",
"sequelize": "^6.37.1",
"sqlite3": "^5.1.7",
"tokenizr": "^1.7.0",
"webpack-node-externals": "^3.0.0"
"@grpc/grpc-js": "^1.13.4",
"@protobuf-ts/protoc": "^2.11.0",
"express": "^5.1.0",
"mongodb": "^6.17.0"
}
}