fs-cache-fast/package.json

26 lines
499 B
JSON
Raw Normal View History

{
"name": "fs-cache-fast",
"version": "1.0.0",
"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.4.5"
}
}