fs-cache-fast/package.json

23 lines
416 B
JSON
Raw Normal View History

{
"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"
]
}