UNPKG

1.05 kBJSONView Raw
1{
2 "name": "apilove",
3 "version": "0.6.26",
4 "repository": {
5 "type": "git",
6 "url": "https://github.com/jheising/apilove"
7 },
8 "engines": {
9 "node": ">=v6.10"
10 },
11 "description": "A no-nonsense framework for creating server(less) APIs in TypeScript — api♥︎",
12 "main": "APILove.js",
13 "types": "APILove.d.ts",
14 "scripts": {
15 "build": "tsc -p ./"
16 },
17 "keywords": [
18 "lambda",
19 "serverless",
20 "api",
21 "typescript"
22 ],
23 "author": "Jim Heising <jheising@gmail.com>",
24 "license": "ISC",
25 "devDependencies": {
26 "@types/node": "^10.11.3",
27 "serverless": "^1.48.3",
28 "serverless-api-compression": "^1.0.1"
29 },
30 "dependencies": {
31 "async": "^2.6.1",
32 "aws-sdk": "^2.327.0",
33 "body-parser": "^1.18.3",
34 "cookie-parser": "^1.4.4",
35 "express": "^4.16.4",
36 "fs-extra": "^7.0.0",
37 "function-arguments": "^1.0.8",
38 "is-lambda": "^1.0.1",
39 "lodash": "^4.17.15",
40 "reflect-metadata": "^0.1.12",
41 "serverless-http": "^1.9.1",
42 "shortid": "^2.2.13",
43 "slugify": "^1.3.1"
44 }
45}