generated from fastly/compute-starter-kit-javascript-default
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 819 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
{
"name": "compute-starter-kit-javascript-default",
"version": "0.4.0",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/fastly/compute-starter-kit-javascript-default.git"
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/fastly/compute-starter-kit-javascript-default/issues"
},
"homepage": "https://developer.fastly.com/solutions/starters/compute-starter-kit-javascript-default",
"engines": {
"node": "^18.0.0"
},
"dependencies": {
"@fastly/js-compute": "^1.7.1"
},
"devDependencies": {
"webpack": "^5.78.0",
"webpack-cli": "^5.0.1"
},
"scripts": {
"prebuild": "webpack",
"build": "js-compute-runtime bin/index.js bin/main.wasm",
"deploy": "fastly compute publish"
}
}