1 | {
|
2 | "name": "faastjs",
|
3 | "version": "8.0.75",
|
4 | "description": "Serverless batch computing made simple.",
|
5 | "main": "dist/index.js",
|
6 | "types": "dist/faastjs.d.ts",
|
7 | "files": [
|
8 | "/dist"
|
9 | ],
|
10 | "repository": {
|
11 | "type": "git",
|
12 | "url": "https://github.com/faastjs/faast.js"
|
13 | },
|
14 | "bugs": {
|
15 | "url": "https://github.com/faastjs/faast.js/issues"
|
16 | },
|
17 | "keywords": [
|
18 | "faast.js",
|
19 | "faastjs",
|
20 | "serverless",
|
21 | "aws",
|
22 | "lambda",
|
23 | "cloud functions",
|
24 | "batch"
|
25 | ],
|
26 | "scripts": {
|
27 | "build": "npm run clean && npx tsc && npm run doc",
|
28 | "watch": "npm run clean && npx tsc --watch",
|
29 | "doc": "node build/make-docs.js",
|
30 | "test": "ava -v --concurrency=8 --timeout=4m",
|
31 | "test-local": "ava -v --concurrency=8 --timeout=2m -m='!remote*'",
|
32 | "test-aws": "ava -v --concurrency=4 --timeout=4m",
|
33 | "test-debug": "DEBUG=faast:provider,faast:info ava --timeout=4m -v --fail-fast --serial",
|
34 | "test-release": "rm -rf test-release && mkdir test-release && cp examples/*.ts test-release && cp examples/*.json test-release && npm pack && cp faastjs-$npm_package_version.tgz test-release && cd test-release && npm install faastjs-$npm_package_version.tgz && npm run build && node dist/hello-world.js",
|
35 | "test-git-status": "git status --porcelain && test -z \"$(git status --porcelain)\"",
|
36 | "cleanup-cloud": "node dist/src/cli.js cleanup aws -x -f",
|
37 | "clean": "rm -rf dist coverage",
|
38 | "tslint": "npx tslint -p tsconfig.json",
|
39 | "semantic-release": "semantic-release",
|
40 | "commit": "npx git-cz"
|
41 | },
|
42 | "author": {
|
43 | "name": "Andy Chou",
|
44 | "email": "andy@faastjs.org"
|
45 | },
|
46 | "license": "Apache-2.0",
|
47 | "bin": {
|
48 | "faastjs": "./dist/src/cli.js"
|
49 | },
|
50 | "engines": {
|
51 | "node": ">=8.0"
|
52 | },
|
53 | "dependencies": {
|
54 | "@aws-sdk/abort-controller": "^3.309.0",
|
55 | "@aws-sdk/client-cloudwatch": "^3.309.0",
|
56 | "@aws-sdk/client-cloudwatch-logs": "^3.309.0",
|
57 | "@aws-sdk/client-iam": "^3.309.0",
|
58 | "@aws-sdk/client-lambda": "^3.309.0",
|
59 | "@aws-sdk/client-pricing": "^3.309.0",
|
60 | "@aws-sdk/client-s3": "^3.309.0",
|
61 | "@aws-sdk/client-sns": "^3.309.0",
|
62 | "@aws-sdk/client-sqs": "^3.309.0",
|
63 | "@aws-sdk/client-sts": "^3.309.0",
|
64 | "@aws-sdk/lib-storage": "^3.309.0",
|
65 | "@aws-sdk/types": "^3.306.0",
|
66 | "@types/debug": "^4.1.7",
|
67 | "@types/verror": "^1.10.6",
|
68 | "@types/webpack": "^5.28.1",
|
69 | "archiver": "^7.0.0",
|
70 | "commander": "^12.0.0",
|
71 | "debug": "^4.3.1",
|
72 | "fs-extra": "^11.0.0",
|
73 | "listr": "^0.14.3",
|
74 | "memory-fs": "^0.5.0",
|
75 | "ora": "^5.4.1",
|
76 | "process-doctor": "^1.0.0",
|
77 | "tslib": "^2.4.0",
|
78 | "uuid": "^9.0.0",
|
79 | "verror": "^1.10.1",
|
80 | "webpack": "^5.70.0",
|
81 | "webpack-merge": "^5.8.0",
|
82 | "webpack-node-externals": "^3.0.0",
|
83 | "yauzl": "^3.0.0"
|
84 | },
|
85 | "peerDependencies": {
|
86 | "@types/node": ">=8.0 || 14.14.41"
|
87 | },
|
88 | "devDependencies": {
|
89 | "@microsoft/api-documenter": "7.23.35",
|
90 | "@microsoft/api-extractor": "7.39.0",
|
91 | "@types/archiver": "6.0.2",
|
92 | "@types/aws-lambda": "8.10.136",
|
93 | "@types/express": "4.17.21",
|
94 | "@types/fs-extra": "11.0.4",
|
95 | "@types/listr": "0.14.9",
|
96 | "@types/lolex": "5.1.6",
|
97 | "@types/memory-fs": "0.3.7",
|
98 | "@types/node": "18.17.19",
|
99 | "@types/papaparse": "5.3.14",
|
100 | "@types/tar-stream": "3.1.3",
|
101 | "@types/uuid": "9.0.8",
|
102 | "@types/webpack-node-externals": "3.0.4",
|
103 | "@types/yauzl": "2.10.3",
|
104 | "ava": "5.3.1",
|
105 | "c8": "^9.0.0",
|
106 | "commitizen": "4.3.0",
|
107 | "cz-conventional-changelog": "3.3.0",
|
108 | "lolex": "6.0.0",
|
109 | "papaparse": "5.4.1",
|
110 | "prettier": "3.2.5",
|
111 | "semantic-release": "23.0.5",
|
112 | "tslint": "6.1.3",
|
113 | "tslint-config-prettier": "1.18.0",
|
114 | "typescript": "5.4.2",
|
115 | "webpack-cli": "5.1.4"
|
116 | },
|
117 | "ava": {
|
118 | "files": [
|
119 | "dist/test/*.test.js",
|
120 | "dist/test/*.test.mjs"
|
121 | ]
|
122 | },
|
123 | "prettier": {
|
124 | "printWidth": 90,
|
125 | "tabWidth": 4,
|
126 | "useTabs": false,
|
127 | "arrowParens": "avoid",
|
128 | "trailingComma": "none"
|
129 | },
|
130 | "c8": {
|
131 | "reporter": [
|
132 | "lcov",
|
133 | "text"
|
134 | ],
|
135 | "useSpawnWrap": true,
|
136 | "all": true,
|
137 | "exclude": [
|
138 | "tmp/**",
|
139 | "test/fixtures/**",
|
140 | "coverage/**",
|
141 | "**/node_modules/**",
|
142 | "src/trace.ts",
|
143 | "**/*.d.ts",
|
144 | "**/*.d.mts",
|
145 | "website/**",
|
146 | "build/**",
|
147 | "examples/**",
|
148 | "test-perf/**"
|
149 | ],
|
150 | "extension": [
|
151 | ".ts",
|
152 | ".js",
|
153 | ".mts",
|
154 | ".mjs"
|
155 | ],
|
156 | "check-coverage": true,
|
157 | "lines": 10
|
158 | },
|
159 | "renovate": {
|
160 | "extends": [
|
161 | "config:base"
|
162 | ],
|
163 | "automerge": true,
|
164 | "prHourlyLimit": 1,
|
165 | "semanticCommits": true,
|
166 | "packageRules": [
|
167 | {
|
168 | "packagePatterns": [
|
169 | "^@microsoft/api"
|
170 | ],
|
171 | "extends": [
|
172 | "schedule:monthly"
|
173 | ]
|
174 | }
|
175 | ]
|
176 | },
|
177 | "release": {},
|
178 | "config": {
|
179 | "commitizen": {
|
180 | "path": "./node_modules/cz-conventional-changelog"
|
181 | }
|
182 | }
|
183 | }
|