UNPKG

steady-api

Version:

Configurable REST API built with Express and TypeScript

34 lines (33 loc) 752 B
{ "name": "steady-api", "version": "2.1.0", "description": "Configurable REST API built with Express and TypeScript", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "prepublishOnly": "tsc" }, "keywords": [ "express", "rest", "api", "configurable", "joi" ], "author": "Matt Collins <matt@strikesandgutters.com>", "license": "ISC", "dependencies": { "ascii-art": "^1.4.2", "ejs": "^2.5.7", "express": "^4.16.2", "express-fileupload": "^0.3.0", "joi": "^13.1.1" }, "devDependencies": { "@types/express": "^4.0.39", "@types/joi": "^13.0.7", "@types/node": "^8.0.47" } }