mirror of
https://github.com/Aviortheking/codestats-skyline.git
synced 2025-04-22 18:12:10 +00:00
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2) --- updated-dependencies: - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
24 lines
542 B
JSON
24 lines
542 B
JSON
{
|
|
"name": "codestats-city",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"dev": "ts-node-dev --respawn --transpile-only --clear --quiet index.ts",
|
|
"build": "tsc --project tsconfig.json",
|
|
"start": "node dist/index.js"
|
|
},
|
|
"dependencies": {
|
|
"@dzeio/object-util": "^1.4.2",
|
|
"express": "^4.19.2",
|
|
"node-fetch": "^2",
|
|
"nodescad": "^1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@dzeio/config": "^1.1.8",
|
|
"@types/express": "^4.17.14",
|
|
"@types/node-fetch": "^2",
|
|
"ts-node": "^10.9.1",
|
|
"ts-node-dev": "^2.0.0",
|
|
"typescript": "^4.9.3"
|
|
}
|
|
}
|