metautil
Version:
Metarhia utilities
53 lines (52 loc) • 1.34 kB
JSON
{
"name": "metautil",
"version": "5.3.0",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
"license": "MIT",
"description": "Metarhia utilities",
"keywords": [
"node.js",
"metarhia",
"util"
],
"main": "metautil.js",
"browser": {
"./metautil.js": "./dist.js"
},
"types": "metautil.d.ts",
"files": [
"lib/",
"dist.js",
"metautil.d.ts"
],
"engines": {
"node": "18 || 20 || 22 || 24"
},
"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": {
"test": "npm run lint && npm run types && node --test --test-reporter=tap",
"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": "^22.5.1",
"eslint": "^9.10.0",
"eslint-config-metarhia": "^9.1.1",
"metatests": "^0.9.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
}
}