UNPKG

metautil

Version:
57 lines (56 loc) 1.43 kB
{ "name": "metautil", "version": "5.5.2", "author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>", "license": "MIT", "description": "Metarhia utilities", "keywords": [ "node.js", "metarhia", "util" ], "main": "metautil.js", "browser": { "./metautil.js": "./metautil.mjs" }, "types": "metautil.d.ts", "files": [ "lib/", "metautil.js", "metautil.mjs", "metautil.d.ts" ], "engines": { "node": ">=18" }, "repository": { "type": "git", "url": "git+https://github.com/metarhia/metautil.git" }, "bugs": { "url": "https://github.com/metarhia/metautil/issues", "email": "timur.shemsedinov@gmail.com" }, "homepage": "https://metarhia.com", "funding": { "type": "patreon", "url": "https://www.patreon.com/tshemsedinov" }, "scripts": { "build": "metarhia-build lib", "test": "npm run lint && npm run types && node --test", "types": "tsc -p tsconfig.json", "lint": "eslint . && prettier --check \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.ts\"", "fix": "eslint . --fix && prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.ts\"" }, "devDependencies": { "@types/node": "^25.3.5", "eslint": "^9.39.4", "eslint-config-metarhia": "^9.1.8", "metarhia-build": "^0.0.2", "metaskills": "^1.0.1", "metatests": "^0.9.3", "prettier": "^3.8.1", "typescript": "^5.9.3" } }