You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 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"
}
}