generated from fastly/compute-starter-kit-javascript-queue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 981 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
28
29
30
31
32
33
34
35
{
"author": "[email protected]",
"bugs": {
"url": "https://github.com/fastly/compute-starter-kit-javascript-queue/issues"
},
"dependencies": {
"@fastly/js-compute": "^0.5.2",
"@upstash/redis": "^1.4.0",
"jws": "^4.0.0"
},
"devDependencies": {
"buffer": "^6.0.3",
"core-js": "^3.19.3",
"node-polyfill-webpack-plugin": "^1.1.4",
"webpack": "^5.64.0",
"webpack-cli": "^4.9.1"
},
"engines": {
"node": ">=16.0.0"
},
"homepage": "https://developer.fastly.com/solutions/starters/compute-starter-kit-javascript-queue",
"license": "MIT",
"main": "src/index.js",
"name": "compute-starter-kit-javascript-queue",
"repository": {
"type": "git",
"url": "git+https://github.com/fastly/compute-starter-kit-javascript-queue.git"
},
"scripts": {
"build": "js-compute-runtime bin/index.js bin/main.wasm",
"deploy": "npm run build && fastly compute deploy",
"prebuild": "webpack"
},
"version": "1.0.0-pre"
}