package.json 361 B

12345678910111213141516
  1. {
  2. "name": "eslint-plugin-i18n-strings",
  3. "version": "1.0.0",
  4. "description": "Warns about translation variables",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "keywords": [],
  10. "license": "Apache-2.0",
  11. "author": "Apache",
  12. "dependencies": {},
  13. "peerDependencies": {
  14. "eslint": ">=0.8.0"
  15. }
  16. }