{
    "name": "@energyweb/localization",
    "description": "Localization strings for Origin",
    "license": "GPL-3.0-or-later",
    "homepage": "https://github.com/energywebfoundation/origin",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/energywebfoundation/origin.git"
    },
    "bugs": {
        "url": "https://github.com/energywebfoundation/origin/issues"
    },
    "version": "0.15.0",
    "main": "dist/js/src/index.js",
    "files": [
        "dist/js/src"
    ],
    "scripts": {
        "build": "yarn build:ts",
        "build:ts": "tsc -b tsconfig.json",
        "build:watch": "yarn build:ts -w",
        "prettier": "prettier --write --config-precedence file-override './src/**/*'",
        "clean": "shx rm -rf dist"
    },
    "types": "dist/js/src/index.d.ts",
    "publishConfig": {
        "access": "public",
        "registry": "https://registry.npmjs.org"
    },
    "devDependencies": {
        "@types/mocha": "9.0.0",
        "@types/node": "14.17.12",
        "mocha": "9.1.1",
        "typescript": "4.4.2"
    }
}
