{
    "name": "amourlinguini",
    "version": "1.3.1",
    "author": "kraif",
    "description": "A JSON-based translation file manager.",
    "license": "MIT",
    "private": false,
    "engines": {
        "node": ">=12.0.0"
    },
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "files": [
        "dist"
    ],
    "scripts": {
        "lint": "tslint --project .",
        "lint:fix": "tslint --fix --project .",
        "format": "prettier --check .",
        "format:fix": "prettier --write .",
        "build": "tsc --project tsconfig.json",
        "prepare": "rm -rf dist && npm run build",
        "test": "npm run test:unit",
        "test:unit": "ts-mocha tests/unit/**/*.test.ts"
    },
    "devDependencies": {
        "@types/chai": "^4.3.0",
        "@types/mocha": "^9.0.0",
        "@types/node": "^17.0.8",
        "chai": "^4.3.4",
        "mocha": "^9.1.3",
        "prettier": "^2.5.1",
        "ts-mocha": "^9.0.2",
        "tslint": "^6.1.3",
        "typescript": "^4.5.4"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/KevinNovak/Linguini"
    },
    "keywords": [
        "file-based",
        "international",
        "internationalization",
        "json",
        "json-based",
        "language",
        "linguine",
        "linguini",
        "locale",
        "localization",
        "localize",
        "multi-language",
        "multi-lingual",
        "multilanguage",
        "multilingual",
        "translate",
        "translation"
    ]
}
