![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [prettier](https://github.com/prettier/prettier) from 3.0.0 to 3.2.2. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.0.0...3.2.2) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"name": "wf-emulator",
|
|
"version": "0.1.0",
|
|
"description": "WF Emulator",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"start": "node build/index.js",
|
|
"dev": "ts-node-dev --openssl-legacy-provider -r tsconfig-paths/register src/index.ts ",
|
|
"build": "tsc",
|
|
"lint": "eslint --ext .ts .",
|
|
"prettier": "prettier --write ."
|
|
},
|
|
"license": "GNU",
|
|
"dependencies": {
|
|
"dotenv": "^16.1.3",
|
|
"express": "^5.0.0-beta.1",
|
|
"mongoose": "^8.0.2",
|
|
"warframe-items": "1.1260.121",
|
|
"winston": "^3.11.0",
|
|
"winston-daily-rotate-file": "^4.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/node20": "^1.0.0",
|
|
"@types/express": "^4.17.20",
|
|
"@types/morgan": "^1.9.7",
|
|
"@typescript-eslint/eslint-plugin": "^6.9.0",
|
|
"@typescript-eslint/parser": "^6.2.0",
|
|
"eslint": "^8.45.0",
|
|
"eslint-plugin-prettier": "^5.0.0",
|
|
"morgan": "^1.10.0",
|
|
"prettier": "^3.2.2",
|
|
"ts-node-dev": "^2.0.0",
|
|
"tsconfig-paths": "^4.2.0",
|
|
"typescript": "^5.2.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.15.0",
|
|
"npm": ">=9.5.0"
|
|
}
|
|
}
|