generated from sig_core/wiki-template
24 lines
591 B
JSON
24 lines
591 B
JSON
|
{
|
||
|
"name": "sig-desktop.rocky.page",
|
||
|
"version": "0.1.0",
|
||
|
"description": "SIG/Desktop and Gaming wiki",
|
||
|
"author": "sig-desktop@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"
|
||
|
}
|
||
|
}
|