-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 752 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 752 Bytes
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
{
"name": "poobao-function",
"version": "0.0.1",
"description": "danone api",
"main": "handler.ts",
"scripts": {
"test": "mocha -r ts-node/register tests/**/*.spec.ts"
},
"author": "Jeffrey Marvin Forones",
"license": "ISC",
"devDependencies": {
"@types/aws-lambda": "^8.10.6",
"@types/chai": "^4.1.4",
"@types/mocha": "^5.2.2",
"@types/node": "^10.3.4",
"chai": "^4.1.2",
"mocha": "^5.2.0",
"serverless-offline": "^3.25.4",
"serverless-plugin-typescript": "^1.1.5",
"ts-node": "^6.1.1"
},
"dependencies": {
"@types/jsonwebtoken": "^7.2.7",
"@types/uuid": "^3.4.3",
"aws-sdk": "^2.259.1",
"crypto": "^1.0.1",
"jsonwebtoken": "^8.3.0",
"validate.js": "^0.12.0"
}
}