chore: add keywords for better reach

Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
This commit is contained in:
Vinayak Kulkarni 2022-09-20 13:09:22 +05:30
parent b5e30d69ee
commit 609b0c9163
No known key found for this signature in database
GPG key ID: 0FE8ABF8260A1552

View file

@ -5,10 +5,6 @@
"main": "src/main.js", "main": "src/main.js",
"bin": "src/main.js", "bin": "src/main.js",
"type": "module", "type": "module",
"license": "BSD-2-Clause",
"engines": {
"node": ">=14.15.0 <17"
},
"scripts": { "scripts": {
"test": "mocha test/**.js --timeout 10000", "test": "mocha test/**.js --timeout 10000",
"lint:yml": "yamllint --schema=CORE_SCHEMA *.{yml,yaml}", "lint:yml": "yamllint --schema=CORE_SCHEMA *.{yml,yaml}",
@ -51,17 +47,20 @@
"supertest": "^6.2.4", "supertest": "^6.2.4",
"yaml-lint": "^1.7.0" "yaml-lint": "^1.7.0"
}, },
"keywords": [
"maptiler",
"tileserver-gl",
"maplibre-gl",
"tileserver"
],
"license": "BSD-2-Clause",
"engines": {
"node": ">=14.15.0 <17"
},
"repository": { "repository": {
"url": "git+https://github.com/maptiler/tileserver-gl.git", "url": "git+https://github.com/maptiler/tileserver-gl.git",
"type": "git" "type": "git"
}, },
"contributors": [
{
"name": "Vinayak Kulkarni",
"email": "inbox.vinayak@gmail.com",
"url": "https://vinayakkulkarni.dev"
}
],
"bugs": { "bugs": {
"url": "https://github.com/maptiler/tileserver-gl/issues" "url": "https://github.com/maptiler/tileserver-gl/issues"
}, },