Files
signalledger.nl/package.json
T
claw abf29e61de
Build and Deploy / build-and-test (push) Failing after 3m37s
Build and Deploy / build-image (push) Has been skipped
Build and Deploy / deploy (push) Has been skipped
feat: initial CI/CD pipeline, Dockerfile, K8s manifests, build+test scripts
2026-05-31 13:31:56 +00:00

11 lines
200 B
JSON

{
"name": "signalledger.nl",
"version": "1.0.0",
"description": "Signal Ledger news site",
"scripts": {
"build": "node build.js",
"test": "node test.js"
},
"devDependencies": {}
}