UNPKG

react-string-format

Version:

Formats string using string, number, and react components as paramaters

54 lines (53 loc) 1.6 kB
{ "name": "react-string-format", "version": "1.5.0", "description": "Formats string using string, number, and react components as paramaters", "main": "lib/index.js", "types": "lib/index.d.ts", "author": "Vadym Poberezhnyi", "license": "MIT", "bugs": { "url": "https://github.com/berezh/react-string-format/issues" }, "homepage": "https://github.com/berezh/react-string-format#readme", "scripts": { "test": "jest --config jest.config.js", "build": "tsc -p tsconfig.build.json", "lint": "eslint .", "lint:fix": "eslint . --fix", "v": "npm --no-git-tag-version version minor", "p": "npm run v && npm run lint:fix && git add * && git commit -m\"v\" && git push origin master" }, "repository": { "type": "git", "url": "git+https://github.com/berezh/react-string-format.git" }, "keywords": [ "format", "string format", "format string", "format number", "format component", "typescript", "react", "javascript" ], "peerDependencies": { "react": ">=16" }, "prettier": "eslint-config-varp/prettier", "devDependencies": { "@types/jest": "^24.0.19", "@types/react": "^19.2.7", "@types/react-test-renderer": "^19.1.0", "eslint-config-varp": "^2.14.0", "jest": "^24.9.0", "react": "^19.2.3", "react-test-renderer": "^19.2.3", "ts-jest": "^24.1.0", "typescript": "^5.9.3" }, "files": [ "lib/**/*" ] }