-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.53 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
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "apigateway-demo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"clean": "rimraf .coverage .nyc_output .test .dist .client",
"build": "webpack-cli",
"lint:fix": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix"
},
"author": "[email protected]",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.13.14",
"@babel/core": "^7.13.14",
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/preset-env": "^7.13.12",
"@babel/preset-typescript": "^7.13.0",
"@babel/register": "^7.13.14",
"@types/aws-lambda": "^8.10.75",
"@types/node": "^14.14.37",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"babel-loader": "^8.2.2",
"babel-plugin-istanbul": "^6.0.0",
"babel-plugin-root-import": "^6.6.0",
"babel-preset-power-assert": "^3.0.0",
"copy-webpack-plugin": "^8.1.1",
"cross-env": "^7.0.3",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"js-yaml": "^4.0.0",
"json-schema-deref-sync": "^0.14.0",
"json-schema-to-typescript": "^10.1.4",
"npm-check-updates": "^11.3.0",
"nyc": "^15.1.0",
"power-assert": "^1.6.1",
"prettier": "^2.2.1",
"require-resolve": "^0.0.2",
"rimraf": "^3.0.2",
"sinon": "^10.0.0",
"sync-rpc": "^1.3.6",
"synchronized-promise": "^0.3.1",
"ts-node": "^9.1.1",
"typescript": "^4.2.3",
"webpack": "^5.30.0",
"webpack-cli": "^4.6.0"
}
}