fs-cache-fast/package.json

33 lines
581 B
JSON
Raw Normal View History

{
"name": "fs-cache-fast",
"version": "1.0.3",
"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"
]
}