package.json 542 B

1234567891011121314151617181920212223
  1. {
  2. "name": "line-i18n",
  3. "version": "1.2.0",
  4. "description": "Helper library used along side all LInE projects to enable i18n functionalities",
  5. "main": "dist/index.js",
  6. "scripts": {
  7. "build": "tsc",
  8. "install": "npm run build",
  9. "test": "echo \"Error: no test specified\" && exit 1",
  10. "webpack": "webpack"
  11. },
  12. "keywords": [
  13. "i18n"
  14. ],
  15. "author": "Lucas de Souza",
  16. "license": "MIT",
  17. "dependencies": {
  18. "ts-loader": "^5.4.5",
  19. "typescript": "^3.8.3",
  20. "webpack": "^5.x",
  21. "webpack-cli": "^5.x"
  22. }
  23. }