| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "name": "@e22m4u/js-format",
- "version": "0.0.9",
- "description": "Расширенная версия format из Node.js модуля util",
- "type": "module",
- "main": "src/index.js",
- "scripts": {
- "lint": "tsc && eslint .",
- "lint:fix": "tsc && eslint . --fix",
- "format": "prettier --write \"./src/**/*.js\"",
- "test": "npm run lint && c8 --reporter=text-summary mocha",
- "test:coverage": "npm run lint && c8 --reporter=text mocha",
- "prepare": "husky"
- },
- "repository": {
- "type": "git",
- "url": "https://gitflic.ru/project/e22m4u/js-format.git"
- },
- "keywords": [
- "format",
- "printf",
- "errorf"
- ],
- "author": "e22m4u <e22m4u@yandex.ru>",
- "license": "MIT",
- "homepage": "https://gitflic.ru/project/e22m4u/js-format",
- "devDependencies": {
- "@commitlint/cli": "~19.0.3",
- "@commitlint/config-conventional": "~19.0.3",
- "c8": "~9.1.0",
- "chai": "~4.4.1",
- "chai-as-promised": "~7.1.1",
- "chai-spies": "~1.1.0",
- "chai-subset": "~1.6.0",
- "eslint": "~8.57.0",
- "eslint-config-prettier": "~9.1.0",
- "eslint-plugin-chai-expect": "~3.0.0",
- "eslint-plugin-mocha": "~10.4.1",
- "husky": "~9.0.11",
- "mocha": "~10.3.0",
- "prettier": "~3.2.5",
- "typescript": "~5.4.2"
- }
- }
|