UNPKG

@touchway/touchway-express-server

Version:

33 lines (32 loc) 759 B
{ "name": "@touchway/touchway-express-server", "version": "1.0.15", "description": "", "main": "dist/index.js", "types": "dist/index.d.js", "scripts": { "prepublish": "npm run build", "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "Touchway", "App Framework", "Webserver" ], "author": "Touchway Solutions", "license": "ISC", "devDependencies": { "typescript": "^3.3.3333" }, "dependencies": { "@types/cors": "^2.8.4", "@types/express": "^4.16.1", "@types/express-session": "^1.15.12", "@types/express-useragent": "^0.2.21", "cors": "^2.8.5", "express": "^4.16.4", "express-session": "^1.15.6", "express-useragent": "^1.0.12" } }