dependabot[bot] f1c63ee069
chore(deps)(deps-dev): bump prettier from 2.8.7 to 2.8.8
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.7 to 2.8.8.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.8.7...2.8.8)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-04 16:24:58 +00:00

29 lines
672 B
JSON

{
"name": "@waku/build-utils",
"version": "1.0.0",
"description": "Build utilities for js-waku",
"main": "index.js",
"module": "index.js",
"type": "module",
"private": true,
"scripts": {
"fix": "run-s fix:*",
"fix:lint": "eslint . --fix",
"check": "run-s check:*",
"check:lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/waku-org/js-waku.git"
},
"author": "Waku Team",
"license": "MIT OR Apache-2.0",
"bugs": {
"url": "https://github.com/waku-org/js-waku/issues"
},
"homepage": "https://github.com/waku-org/js-waku#readme",
"devDependencies": {
"prettier": "^2.8.8"
}
}