forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.13 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
{
"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": {
"@rushstack/eslint-config": "workspace:*",
"@rushstack/heft-jest-plugin": "workspace:*",
"@rushstack/heft-lint-plugin": "workspace:*",
"@rushstack/heft-serverless-stack-plugin": "workspace:*",
"@rushstack/heft-typescript-plugin": "workspace:*",
"@rushstack/heft": "workspace:*",
"@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.1",
"@types/node": "14.18.36",
"aws-cdk-lib": "2.7.0",
"constructs": "~10.0.98",
"eslint": "~8.7.0",
"typescript": "~5.0.4"
}
}