{ "name": "openapi-oidc-page", "version": "1.0.0", "description": "", "private": true, "main": "index.js", "scripts": { "start": "ts-node ./index.ts", "dev": "nodemon --watch \"index.ts\" --watch \"../../../services/openapi/oidc/views/**\" --ext \"ts,ejs\" --exec \"ts-node --transpile-only ./index.ts\"", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "MIT", "dependencies": { "express": "^4.17.2" }, "devDependencies": { "@types/express": "^4.17.15", "nodemon": "^3.0.1", "ts-node": "10.9.1" } }