fs-cache-fast/package.json
Jonatan Nilsson 5d775b0a64
All checks were successful
/ deploy (push) Successful in 5s
meme: Use brotli to compress everything
2024-09-21 00:55:04 +00:00

22 lines
416 B
JSON

{
"name": "fs-cache-fast",
"version": "0.0.2",
"description": "Cache stored on the file system",
"main": "meme.mjs",
"scripts": {
"test": "eltro"
},
"repository": {
"type": "git",
"url": "https://git.nfp.is/TheThing/fs-cache-fast"
},
"author": "Jonatan Nilsson",
"license": "WTFPL",
"devDependencies": {
"eltro": "^1.5.0"
},
"files": [
"meme.mjs",
"README.md"
]
}