UNPKG

877 BJSONView Raw
1{
2 "name": "fts",
3 "version": "1.3.0",
4 "description": "TypeScript standard for rock solid serverless functions.",
5 "repository": "https://github.com/transitive-bullshit/functional-typescript",
6 "author": "Travis Fischer <travis@transitivebullsh.it>",
7 "license": "MIT",
8 "main": "build/index.js",
9 "typings": "build/index.d.ts",
10 "bin": {
11 "fts": "build/cli.js"
12 },
13 "engines": {
14 "node": ">=8"
15 },
16 "keywords": [
17 "typescript",
18 "serverless",
19 "lambda",
20 "function",
21 "functional",
22 "faas",
23 "rpc",
24 "jsonrpc",
25 "json",
26 "jsonschema",
27 "stdlib"
28 ],
29 "dependencies": {
30 "ajv": "^6.7.0",
31 "commander": "^2.19.0",
32 "doctrine": "^3.0.0",
33 "fs-extra": "^7.0.1",
34 "tempy": "^0.2.1",
35 "ts-morph": "^1.3.4",
36 "typescript-json-schema": "^0.34.0"
37 },
38 "gitHead": "0a59b619f5d4d8bd22567c802c37c7df9b49a69c"
39}