{
  "name": "@fluent/dedent",
  "description": "A template literal tag for dedenting Fluent code",
  "version": "0.5.0",
  "homepage": "https://projectfluent.org",
  "author": "Mozilla <l10n-drivers@mozilla.org>",
  "license": "Apache-2.0",
  "contributors": [
    {
      "name": "Staś Małolepszy",
      "email": "stas@mozilla.com"
    }
  ],
  "main": "./index.js",
  "module": "./esm/index.js",
  "types": "./esm/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/projectfluent/fluent.js.git"
  },
  "keywords": [
    "dedent",
    "fluent",
    "ftl"
  ],
  "scripts": {
    "build": "tsc",
    "postbuild": "rollup -c ../rollup.config.mjs",
    "docs": "typedoc --options ../typedoc.config.cjs",
    "test": "mocha 'test/*_test.js'"
  },
  "engines": {
    "node": ">=14.0.0",
    "npm": ">=7.0.0"
  }
}
