@hestia-earth/glossary
Version:
HESTIA Earth Glossary library
54 lines (53 loc) • 1.81 kB
JSON
{
"name": "@hestia-earth/glossary",
"version": "0.92.1",
"description": "HESTIA Earth Glossary library",
"main": "index.js",
"scripts": {
"gen:impact-assessment": "node scripts/node/generate-impact-assessment-data.js",
"gen:emission-grouping": "node scripts/node/generate-emission-groupings.js",
"gen:lookups-data": "node scripts/node/generate-lookups-data.js",
"gen:model-groups": "node scripts/node/generate-model-groups-data.js",
"gen:term-order": "node scripts/node/generate-term-order.js",
"gen:term-restrictions": "node scripts/node/generate-term-restrictions.js",
"gen:termType-lookups": "node scripts/node/generate-termType-lookups.js",
"generate:all": "npm-run-all --parallel \"gen:*\"",
"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/engine-models": "^0.75.3",
"@hestia-earth/schema": "^35.1.0",
"@hestia-earth/utils": "^0.16.9",
"axios": "^1.2.1",
"csvtojson": "^2.0.10",
"dotenv": "^16.0.3",
"husky": "^4.2.5",
"npm-run-all": "^4.1.5",
"standard-version": "^9.5.0"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}