mirror of
https://github.com/jakejarvis/simpip.git
synced 2025-04-26 04:35:22 -04:00
![dependabot[bot]](/assets/img/avatar_default.png)
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>
18 lines
406 B
JSON
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"
|
|
}
|
|
}
|