{
  "name": "@fitbit/bison-i18n",
  "version": "1.1.0",
  "description": "Tools for Fitbit OS i18n strings format",
  "files": [
    "lib",
    "mod"
  ],
  "main": "lib/index.js",
  "module": "mod/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "rm -rf lib mod && tsc -p tsconfig.build.json && tsc -p tsconfig.module.json",
    "lint": "tslint -c tslint.json -p tsconfig.json",
    "test": "jest",
    "prepare": "npm run test && npm run build"
  },
  "author": {
    "name": "Fitbit",
    "url": "https://community.fitbit.com/t5/SDK-Development/bd-p/sdk"
  },
  "license": "BSD-3-Clause",
  "devDependencies": {
    "@types/jest": "^26.0.20",
    "@types/node": "^14.14.31",
    "@types/text-encoding-utf-8": "^1.0.1",
    "jest": "^26.6.3",
    "ts-jest": "^26.5.3",
    "tslint": "^6.1.3",
    "tslint-config-airbnb": "^5.11.2",
    "typescript": "^4.2.2"
  },
  "dependencies": {
    "pofile": "^1.1.0",
    "text-encoding-utf-8": "^1.0.2",
    "tslib": "^2.1.0"
  }
}
