{
  "name": "oneline",
  "version": "1.0.4",
  "description": "Write nice template literals with newlines, but format as a single-line string",
  "main": "./oneline.js",
  "types": "./oneline.d.ts",
  "scripts": {
    "test": "node test.js"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/rexxars/oneline.git"
  },
  "files": [
    "oneline.js",
    "oneline.d.ts",
    "test.js"
  ],
  "keywords": [
    "template-literal",
    "template-string",
    "tagged",
    "string",
    "multiline"
  ],
  "author": "Espen Hovlandsdal <espen@hovlandsdal.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rexxars/oneline/issues"
  },
  "homepage": "https://github.com/rexxars/oneline#readme",
  "devDependencies": {
    "prettier": "^3.5.3"
  },
  "prettier": {
    "bracketSpacing": false,
    "printWidth": 100,
    "semi": false,
    "singleQuote": true
  }
}
