-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.17 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
{
"name": "pbz-reports-service",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node -r dotenv/config ./handler",
"invoke:local": "serverless invoke local --function resolveAccountBalance --path"
},
"author": "",
"license": "ISC",
"dependencies": {
"@extensionengine/pbzcomnet-signedfile": "^1.0.2",
"@extensionengine/rtf-parser": "^1.0.0",
"aws-sdk": "^2.763.0",
"bignumber.js": "^9.0.0",
"currency-formatter": "^1.5.6",
"dotenv": "^8.2.0",
"mailparser": "^3.0.0",
"simple-get": "^4.0.0"
},
"devDependencies": {
"@extensionengine/eslint-config": "^1.3.0",
"babel-eslint": "^10.1.0",
"documentation": "^13.0.2",
"eslint": "^7.7.0",
"eslint-config-semistandard": "^15.0.1",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-require-sort": "^1.2.2",
"eslint-plugin-sort-imports-es6-autofix": "^0.5.0",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.2.2",
"serverless-dotenv-plugin": "^3.0.0",
"serverless-ignore": "^0.1.5"
}
}