mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-11-04 08:43:50 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
	
		
			696 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
	
		
			696 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "@openstreetmap/id-tagging-schema",
 | 
						|
  "version": "3.0.0",
 | 
						|
  "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": {
 | 
						|
    "build": "node scripts/build.js",
 | 
						|
    "dist": "node scripts/dist.js",
 | 
						|
    "test": "node scripts/test.js",
 | 
						|
    "translations": "node scripts/translations.js"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@ideditor/schema-builder": "4.0.4"
 | 
						|
  }
 | 
						|
}
 |