-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 853 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 853 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
{
"name": "stream-data-from-linode-object-store-tutorial",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npx webpack && mkdirp dist && j2w -i build/bundle.js -o dist/stream-data-from-linode-object-store-tutorial.wasm",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"mkdirp": "^3.0.1",
"ts-loader": "^9.4.1",
"typescript": "^4.8.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.750.0",
"@spinframework/build-tools": "^1.0.1",
"@spinframework/wasi-http-proxy": "^1.0.0",
"@spinframework/spin-variables": "^1.0.0",
"itty-router": "^5.0.18"
}
}