1234567891011121314151617181920212223 |
- {
- "name": "line-i18n",
- "version": "1.2.0",
- "description": "Helper library used along side all LInE projects to enable i18n functionalities",
- "main": "dist/index.js",
- "scripts": {
- "build": "tsc",
- "install": "npm run build",
- "test": "echo \"Error: no test specified\" && exit 1",
- "webpack": "webpack"
- },
- "keywords": [
- "i18n"
- ],
- "author": "Lucas de Souza",
- "license": "MIT",
- "dependencies": {
- "ts-loader": "^5.4.5",
- "typescript": "^3.8.3",
- "webpack": "^4.42.1",
- "webpack-cli": "^3.3.11"
- }
- }
|