chore: add keywords for better reach
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
This commit is contained in:
parent
b5e30d69ee
commit
609b0c9163
1 changed files with 10 additions and 11 deletions
21
package.json
21
package.json
|
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue