1
0
Fork 0
mirror of synced 2024-05-02 03:42:37 +12:00
appwrite/package.json
dependabot-preview[bot] 9d995ddf36
Bump yargs-parser from 20.0.0 to 20.2.0
Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 20.0.0 to 20.2.0.
- [Release notes](https://github.com/yargs/yargs-parser/releases)
- [Changelog](https://github.com/yargs/yargs-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/yargs-parser/compare/v20.0.0...v20.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-30 20:59:24 +00:00

17 lines
367 B
JSON

{
"name": "appwrite-server",
"version": "0.1.0",
"license": "BSD-3-Clause",
"repository": "public",
"devDependencies": {
"yargs-parser": ">=20.2.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-jsmin": "^0.1.5",
"gulp-less": "^4.0.1",
"jest": "^26.4.2",
"ls-service-form2json": "^1.0.0"
}
}