springboot-express
Version:
express-spring-boot
38 lines (37 loc) • 823 B
JSON
{
"name": "springboot-express",
"version": "1.0.0-alpha",
"description": "express-spring-boot",
"main": "lib/Application.js",
"types": "lib/Application.d.ts",
"scripts": {
"compile:prod": "tsc --outDir ./lib",
"test": "ts-node test/test.ts"
},
"engines": {
"node": ">= 12.14.1"
},
"author": "maroder",
"license": "Apache-2.0",
"keywords": [
"backend",
"Express",
"Springboot",
"Java",
"webApp"
],
"dependencies": {
"@types/express": "^4.17.11",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"express-jwt": "^6.0.0",
"jsonwebtoken": "^8.5.1",
"lib-utils-ts": "^2.0.0-stable",
"logger20js-ts": "^2.0.0-stable"
},
"devDependencies": {
"@types/node": "^14.14.37",
"@types/typescript": "^2.0.0",
"ts-node": "^9.1.1"
}
}