UNPKG

react-string-format

Version:

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

48 lines (47 loc) 1.34 kB
{ "name": "react-string-format", "version": "1.2.0", "description": "Formats string using string, number, and react components as paramaters", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "jest --config jest.config.js", "build": "tsc -p tsconfig.build.json", "lint": "eslint .", "lint:fix": "eslint . --fix" }, "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" ], "author": "Vadym Poberezhnyi", "license": "MIT", "bugs": { "url": "https://github.com/berezh/react-string-format/issues" }, "homepage": "https://github.com/berezh/react-string-format#readme", "devDependencies": { "@types/jest": "^24.0.19", "@types/react": "^16.9.17", "@types/react-test-renderer": "^16.9.2", "eslint-config-varp": "^1.9.2", "jest": "^24.9.0", "react": "^16.12.0", "react-test-renderer": "^16.13.0", "ts-jest": "^24.1.0", "typescript": "^4.9.5" }, "files": [ "lib/**/*" ] }