UNPKG

1.14 kBJSONView Raw
1{
2 "name": "apilove",
3 "version": "1.0.6",
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.57.0",
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 "jsonwebtoken": "^8.5.1",
40 "lodash": "^4.17.15",
41 "nanoid": "^3.1.3",
42 "reflect-metadata": "^0.1.12",
43 "safe-base64": "^2.0.1-0",
44 "serverless-http": "^2.3.0",
45 "shortid": "^2.2.13",
46 "slugify": "^1.3.1"
47 }
48}