forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.2 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
{
"name": "heft-serverless-stack-tutorial",
"description": "(Copy of sample project) Building this project is a regression test 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": {
"@aws-sdk/client-sso-oidc": "^3.567.0",
"@aws-sdk/client-sts": "^3.567.0",
"@rushstack/heft": "workspace:*",
"@rushstack/heft-jest-plugin": "workspace:*",
"@rushstack/heft-lint-plugin": "workspace:*",
"@rushstack/heft-serverless-stack-plugin": "workspace:*",
"@rushstack/heft-typescript-plugin": "workspace:*",
"@serverless-stack/aws-lambda-ric": "^2.0.12",
"@serverless-stack/cli": "1.18.4",
"@serverless-stack/resources": "1.18.4",
"@types/aws-lambda": "8.10.93",
"@types/heft-jest": "1.0.1",
"@types/node": "18.17.15",
"aws-cdk-lib": "2.80.0",
"constructs": "~10.0.98",
"eslint": "~8.57.0",
"local-eslint-config": "workspace:*",
"typescript": "~5.4.2"
}
}