package.json 280 B

123456789
  1. {
  2. "name": "extract-translation-keys-webpack",
  3. "version": "0.0.4",
  4. "description": "Allow to replace <span translate=\"yes\">Somthing</span> by {this.props.p.t('generated_keys')}",
  5. "main": "index.js",
  6. "author": "Yannick Guern <dev@guern.eu>",
  7. "license": "MIT"
  8. }