@hemjs/gather
Version:
A lightweight library for collecting and merging configuration from multiple sources
71 lines (70 loc) • 1.88 kB
JSON
{
"name": "@hemjs/gather",
"version": "1.2.7",
"description": "A lightweight library for collecting and merging configuration from multiple sources",
"author": "Augustus Kamau",
"license": "MIT",
"keywords": [
"hemjs",
"gather",
"config",
"configuration"
],
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc -p tsconfig.build.json",
"format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"",
"lint": "eslint \"{src,tests}/**/*.ts\" --fix",
"test": "jest",
"test:cov": "jest --coverage",
"prerelease": "npm run prebuild && npm run build",
"release": "release-it",
"prepare": "husky"
},
"dependencies": {
"@hemjs/notions": "1.2.7",
"uid": "2.0.2"
},
"devDependencies": {
"@armscye/core": "0.4.0",
"@armscye/module": "0.4.0",
"@commitlint/cli": "19.8.1",
"@commitlint/config-conventional": "19.8.1",
"@eslint/js": "^9.13.0",
"@types/jest": "30.0.0",
"@types/node": "22.17.0",
"@typescript-eslint/eslint-plugin": "8.39.0",
"@typescript-eslint/parser": "8.39.0",
"eslint": "9.32.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "12.1.1",
"husky": "9.1.7",
"jest": "30.0.5",
"lint-staged": "16.1.4",
"prettier": "3.6.2",
"release-it": "19.0.4",
"rimraf": "6.0.1",
"ts-jest": "29.4.1",
"typescript": "5.9.2",
"typescript-eslint": "^8.11.0"
},
"homepage": "https://github.com/hemjs/gather#readme",
"bugs": {
"url": "https://github.com/hemjs/gather/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hemjs/gather.git"
},
"publishConfig": {
"access": "public"
},
"lint-staged": {
"*.ts": [
"prettier --write",
"eslint --fix"
]
}
}