UNPKG

@hestia-earth/glossary

Version:

HESTIA Earth Glossary library

43 lines (42 loc) 1.1 kB
{ "name": "@hestia-earth/glossary", "version": "0.71.0", "description": "HESTIA Earth Glossary library", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "release": "standard-version -a", "postrelease": "git push origin master --follow-tags" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/hestia-earth/hestia-glossary.git" }, "keywords": [ "hestia", "earth", "glossary", "gadm" ], "author": "Guillaume Royer <guillaume@hestia.earth>", "license": "MIT", "bugs": { "url": "https://gitlab.com/hestia-earth/hestia-glossary/issues" }, "homepage": "https://gitlab.com/hestia-earth/hestia-glossary#readme", "devDependencies": { "@commitlint/cli": "^17.3.0", "@commitlint/config-conventional": "^17.3.0", "@hestia-earth/schema": "^31.3.0", "axios": "^1.2.1", "csvtojson": "^2.0.10", "dotenv": "^16.0.3", "husky": "^4.2.5", "standard-version": "^9.5.0" }, "husky": { "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } } }