-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 825 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 825 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
{
"name": "delete-test-01",
"description": "delete-test-01-description",
"version": "0.0.1",
"private": true,
"dependencies": {
"aws-sdk": "^2.437.0",
"source-map-support": "^0.5.19",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.64",
"@types/faker": "^5.5.6",
"@types/jest": "^26.0.14",
"@types/node": "^12.18.4",
"@types/uuid": "^8.3.0",
"@types/uuid-validate": "^0.0.1",
"faker": "^5.4.0",
"jest": "^26.6.0",
"ts-jest": "^26.4.3",
"ts-node": "^9.0.0",
"typescript": "^4.0.5"
},
"scripts": {
"build": "node_modules/typescript/bin/tsc",
"watch": "node_modules/typescript/bin/tsc -w --preserveWatchOutput",
"test": "jest"
}
}