{
  "name": "@dword-design/endent",
  "version": "1.4.7",
  "description": "➡️ An ES6 string tag that makes indentation right",
  "type": "module",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "prepublishOnly": "npm test",
  "scripts": {
    "test": "jest",
    "prepare": "npm run build",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/ZhouHansen/endent.git"
  },
  "author": {
    "name": "zhouhancheng",
    "email": "z308114274@gmail.com"
  },
  "keywords": [
    "dedent",
    "tag",
    "multi-line string"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ZhouHansen/endent/issues"
  },
  "homepage": "https://github.com/ZhouHansen/endent#readme",
  "dependencies": {
    "dedent": "npm:@dword-design/dedent@^0.7.0",
    "fast-json-parse": "^1.0.3",
    "objectorarray": "^1.0.4"
  },
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "jest": "^30.0.4",
    "ts-jest": "^29.4.0",
    "typescript": "^5.8.3"
  }
}
