id-tagging-schema/package.json
dependabot[bot] 5fcb6e1eb4
Bump netlify-cli from 19.1.5 to 21.2.1 (#1542)
Bumps [netlify-cli](https://github.com/netlify/cli) from 19.1.5 to 21.2.1.
- [Release notes](https://github.com/netlify/cli/releases)
- [Changelog](https://github.com/netlify/cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/netlify/cli/compare/v19.1.5...v21.2.1)

---
updated-dependencies:
- dependency-name: netlify-cli
  dependency-version: 21.2.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-12 12:05:01 +02:00

28 lines
896 B
JSON

{
"type": "module",
"name": "@openstreetmap/id-tagging-schema",
"version": "6.11.0-dev",
"description": "The OpenStreetMap tagging model used by the iD editor",
"homepage": "https://github.com/openstreetmap/id-tagging-schema#readme",
"bugs": "https://github.com/openstreetmap/id-tagging-schema/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/openstreetmap/id-tagging-schema.git"
},
"license": "ISC",
"main": "build.js",
"scripts": {
"lint": "prettier --check 'data/**/!(*.md)'",
"lint:fix": "prettier --write data",
"build": "node scripts/build.js",
"dist": "node scripts/dist.js",
"test": "node scripts/test.js",
"translations": "node scripts/translations.js"
},
"devDependencies": {
"@ideditor/schema-builder": "~6.5.1",
"netlify-cli": "^21.2.1",
"prettier": "^3.2.5",
"unzipper": "^0.12.3"
}
}