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