mirror of
https://github.com/jakejarvis/netlify-plugin-cache.git
synced 2025-04-26 08:45:23 -04:00
![dependabot-preview[bot]](/assets/img/avatar_default.png)
Bumps [xo](https://github.com/xojs/xo) from 0.32.1 to 0.42.0. - [Release notes](https://github.com/xojs/xo/releases) - [Commits](https://github.com/xojs/xo/compare/v0.32.1...v0.42.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
46 lines
993 B
JSON
46 lines
993 B
JSON
{
|
|
"name": "netlify-plugin-cache",
|
|
"version": "1.0.3",
|
|
"description": "Generic cache plugin for saving and restoring files and/or folders between Netlify builds",
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Jake Jarvis",
|
|
"email": "jake@jarv.is",
|
|
"url": "http://jarv.is/"
|
|
},
|
|
"homepage": "https://github.com/jakejarvis/netlify-plugin-cache#readme",
|
|
"bugs": "https://github.com/jakejarvis/netlify-plugin-cache/issues",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jakejarvis/netlify-plugin-cache.git"
|
|
},
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "netlify build",
|
|
"test": "xo"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"netlify-cli": "*",
|
|
"xo": "~0.42.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.18"
|
|
},
|
|
"keywords": [
|
|
"netlify",
|
|
"netlify-plugin",
|
|
"cache",
|
|
"ci",
|
|
"build",
|
|
"plugin"
|
|
],
|
|
"xo": {
|
|
"semicolon": false,
|
|
"space": 2,
|
|
"rules": {
|
|
"object-curly-spacing": 0
|
|
}
|
|
}
|
|
}
|