metaconfiguration
Version:
Metarhia Configuration Loader
59 lines (58 loc) • 1.51 kB
JSON
{
"name": "metaconfiguration",
"version": "3.0.2",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
"description": "Metarhia Configuration Loader",
"license": "MIT",
"keywords": [
"config",
"configuration",
"metarhia",
"application",
"impress",
"environment",
"env",
"metaserverless"
],
"repository": {
"type": "git",
"url": "git+https://github.com/metarhia/metaconfiguration.git"
},
"bugs": {
"url": "https://github.com/metarhia/metaconfiguration/issues",
"email": "timur.shemsedinov@gmail.com"
},
"homepage": "https://github.com/metarhia",
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/tshemsedinov"
},
"main": "config.js",
"types": "config.d.ts",
"readmeFilename": "README.md",
"files": [
"types/",
"config.d.ts"
],
"scripts": {
"test": "npm run lint && npm run types && metatests test/",
"types": "tsc -p tsconfig.json",
"lint": "eslint . && prettier --check \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.ts\"",
"fix": "eslint . --fix && prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.ts\""
},
"engines": {
"node": "18 || 20 || 21 || 22 || 23 || 24"
},
"dependencies": {
"metavm": "^1.4.4"
},
"devDependencies": {
"@types/node": "^22.15.21",
"eslint": "^9.27.0",
"eslint-config-metarhia": "^9.1.1",
"metatests": "^0.9.0",
"metautil": "^5.2.5",
"prettier": "^3.5.3",
"typescript": "^5.8.3"
}
}