-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.14 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "challenge",
"version": "1.0.0",
"description": "Serverless webpack example using Typescript",
"main": "handler.js",
"scripts": {
"test": "mocha -r ts-node/register tests/**/*.test.ts",
"coverage": "nyc -r text -e .ts -x \"tests/*.test.ts\" npm run test"
},
"dependencies": {
"axios": "^0.21.0",
"generator-serverless-policy": "^3.1.0",
"roman-numerals": "^0.3.2",
"source-map-support": "^0.5.10",
"words-to-numbers": "^1.5.1"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@types/aws-lambda": "^8.10.17",
"@types/chai": "^4.2.14",
"@types/mocha": "^8.0.4",
"@types/node": "^10.12.18",
"@types/serverless": "^1.72.5",
"chai": "^4.2.0",
"fork-ts-checker-webpack-plugin": "^3.0.1",
"mocha": "^8.2.1",
"nyc": "^15.1.0",
"serverless-webpack": "^5.2.0",
"sinon": "^9.2.1",
"ts-loader": "^5.3.3",
"ts-node": "^8.10.2",
"typescript": "^3.2.4",
"webpack": "^4.29.0",
"webpack-node-externals": "^1.7.2"
},
"author": "The serverless webpack authors (https://github.com/elastic-coders/serverless-webpack)",
"license": "MIT"
}