wiki/compute-js/package.json
Neil Hanlon 77542bcc9a
Some checks failed
mkdocs build / build (push) Failing after 1m8s
init repo data
2024-08-22 15:41:10 -04:00

24 lines
589 B
JSON

{
"name": "sig-containers.rocky.page",
"version": "0.1.0",
"description": "SIG/Containers wiki",
"author": "sig-containers@rocky.page",
"type": "module",
"devDependencies": {
"@fastly/compute-js-static-publish": "^6.0.3"
},
"dependencies": {
"@fastly/js-compute": "^3.20.0"
},
"engines": {
"node": ">=18.0.0"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"deploy": "fastly compute deploy",
"prebuild": "npx @fastly/compute-js-static-publish --build-static",
"build": "js-compute-runtime ./src/index.js ./bin/main.wasm"
}
}