mirror of
https://github.com/nkoehring/250kb-club.git
synced 2025-04-19 13:49:04 +02:00
16 lines
551 B
JSON
16 lines
551 B
JSON
{
|
|
"name": "the-250kb-club-ng",
|
|
"version": "0.0.1",
|
|
"description": "Exclusive club of websites that weigh 256KB or less",
|
|
"main": "index.ts",
|
|
"repository": "https://git.k0r.in/n/the-250kb-club",
|
|
"author": "koehr <n@koehr.in>",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "zola serve",
|
|
"build": "zola build",
|
|
"update-pages": "deno run --allow-read --allow-write --allow-net index.ts",
|
|
"ylt": "docker run --privileged -p 8383:8383 -v $PWD/yltresults:/usr/src/ylt/results ousamabenyounes/yellowlabtools"
|
|
}
|
|
}
|