1
mirror of https://github.com/jakejarvis/simpip.git synced 2025-04-26 04:35:22 -04:00
simpip/package.json
dependabot[bot] 130483c8b9 📦 npm: Bump eslint from 8.9.0 to 8.14.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.9.0 to 8.14.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.9.0...v8.14.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-27 11:05:46 -04:00

18 lines
406 B
JSON

{
"name": "simpip",
"version": "0.0.0",
"license": "MIT",
"main": "index.js",
"scripts": {
"start": "miniflare index.js --watch --debug",
"lint": "eslint .",
"deploy": "wrangler publish"
},
"devDependencies": {
"@cloudflare/wrangler": "^1.19.8",
"@jakejarvis/eslint-config": "github:jakejarvis/eslint-config#main",
"eslint": "~8.14.0",
"miniflare": "^2.3.0"
}
}