-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.09 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.09 KB
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
{
"name": "heft-serverless-stack-tutorial",
"description": "Illustrates how to use the Serverless Stack plugin for Heft",
"version": "0.1.0",
"private": true,
"scripts": {
"test": "heft test --clean",
"start": "heft build-watch --sst",
"build": "heft build --clean",
"deploy": "sst deploy",
"remove": "sst remove",
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean"
},
"devDependencies": {
"@rushstack/eslint-config": "^3.3.2",
"@rushstack/heft-jest-plugin": "^0.7.13",
"@rushstack/heft-lint-plugin": "^0.1.14",
"@rushstack/heft-serverless-stack-plugin": "^0.2.16",
"@rushstack/heft-typescript-plugin": "^0.1.14",
"@rushstack/heft": "^0.56.2",
"@serverless-stack/aws-lambda-ric": "^2.0.12",
"@serverless-stack/cli": "0.67.0",
"@serverless-stack/resources": "0.67.0",
"@types/aws-lambda": "8.10.93",
"@types/heft-jest": "1.0.2",
"@types/node": "14.18.36",
"aws-cdk-lib": "2.189.0",
"constructs": "~10.0.98",
"eslint": "~8.7.0",
"typescript": "~5.0.4"
}
}