2024-08-22 19:26:03 +00:00
|
|
|
{
|
2024-08-22 19:41:10 +00:00
|
|
|
"name": "sig-containers.rocky.page",
|
2024-08-22 19:26:03 +00:00
|
|
|
"version": "0.1.0",
|
2024-08-22 19:41:10 +00:00
|
|
|
"description": "SIG/Containers wiki",
|
|
|
|
"author": "sig-containers@rocky.page",
|
2024-08-22 19:26:03 +00:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|