-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 983 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 983 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
31
32
33
34
35
36
37
38
39
40
{
"name": "aws-lambda.js",
"version": "0.0.4",
"main": "dist/lambda.js",
"repository": {
"type": "git",
"url": "https://github.com/WhiteAutumn/lambda.js.git"
},
"scripts": {
"build": "tsc --declaration",
"test": "ts-mocha './{,!(node_modules)/**}/*.test.ts'",
"test:watch": "nodemon --exec 'npm t'"
},
"peerDependencies": {
"@aws-cdk/aws-lambda": "~1.100.0",
"@aws-cdk/core": "~1.100.0"
},
"dependencies": {
"depcheck": "^1.4.0",
"esbuild": "^0.11.20",
"folder-hash": "^4.0.1",
"package-lock-parser": "^1.0.0",
"temp-dir": "^2.0.0",
"uuid": "^8.3.2",
"walkdir": "^0.4.1"
},
"devDependencies": {
"@aws-cdk/assert": "~1.100.0",
"@types/mocha": "^8.2.2",
"@types/node": "10.17.27",
"@types/uuid": "^8.3.0",
"aws-cdk": "~1.100.0",
"chai": "^4.3.4",
"cross-env": "^7.0.3",
"mocha": "^8.3.2",
"nodemon": "^2.0.7",
"ts-mocha": "^8.0.0",
"typescript": "^4.2.4"
}
}