forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 845 Bytes
/
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
{
"name": "rush-amazon-s3-build-cache-plugin-integration-test",
"description": "Tests connecting to an amazon S3 endpoint",
"version": "1.0.0",
"private": true,
"license": "MIT",
"scripts": {
"build": "heft build --clean",
"_phase:build": "heft run --only build -- --clean",
"read-s3-object": "node ./lib/readObject.js",
"start-proxy-server": "node ./lib/startProxyServer.js"
},
"devDependencies": {
"@rushstack/heft": "workspace:*",
"local-node-rig": "workspace:*",
"@rushstack/rush-amazon-s3-build-cache-plugin": "workspace:*",
"@rushstack/node-core-library": "workspace:*",
"@types/node": "18.17.15",
"eslint": "~8.57.0",
"typescript": "~5.4.2",
"http-proxy": "~1.18.1",
"@types/http-proxy": "~1.17.8"
},
"dependencies": {
"@rushstack/terminal": "workspace:*"
}
}