{
    "name": "@buurman/i18n",
    "version": "0.1.0",
    "description": "The buurman i18n, translations and utilities for internationalization.",
    "keywords": [
        "cli",
        "buurman"
    ],
    "author": "Rik Hoffbauer <Rikhoffbauer@gmail.com>",
    "homepage": "",
    "license": "MIT",
    "main": "lib/index.js",
    "main:ts": "src/index.ts",
    "types": "lib/src/index.d.ts",
    "directories": {
        "lib": "lib",
        "test": "test"
    },
    "files": [
        "lib"
    ],
    "publishConfig": {
        "registry": "https://registry.npmjs.org",
        "access": "public"
    },
    "dependencies": {
        "@buurman/sdk": "^0.1.0"
    },
    "scripts": {
        "test": "jest -c ../../../jest.config.json --testMatch './**/*.spec.ts' --rootDir '.'",
        "clean": "rimraf lib",
        "prebuild": "npm run clean",
        "build": "rollup -c ../../../rollup.config.js",
        "start": "rollup -w -c ../../../rollup.config.js"
    },
    "gitHead": "ef53d5590176d46091ca4b3a67c2effa9e37c6bd"
}
