{
  "name": "path-strip-sep",
  "version": "1.0.17",
  "description": "Remove trailing path separator from string.",
  "keywords": [],
  "homepage": "https://github.com/bluelovers/ws-iconv/tree/master/packages/path-strip-sep#readme",
  "bugs": {
    "url": "https://github.com/bluelovers/ws-iconv/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bluelovers/ws-iconv.git",
    "directory": "packages/path-strip-sep"
  },
  "license": "ISC",
  "author": "bluelovers",
  "main": "index.js",
  "scripts": {
    "lint": "ynpx --quiet eslint -- **/*.ts",
    "test": "jest",
    "test:jest": "ynpx --quiet jest -- --coverage",
    "test:jest:snapshot": "yarn run test:jest -- -u",
    "test:mocha": "ynpx --quiet -p ts-node -p mocha mocha -- --require ts-node/register \"!(node_modules)/**/*.{test,spec}.{ts,tsx}\"",
    "test:snapshot": "yarn run test -- -u",
    "test:tsd": "ynpx tsd",
    "preversion": "yarn run test",
    "prepublishOnly:check-bin": "ynpx --quiet @yarn-tool/check-pkg-bin",
    "prepublishOnly:update": "yarn run ncu && yarn run sort-package-json",
    "ncu": "yarn-tool ncu -u",
    "sort-package-json": "yarn-tool sort"
  },
  "dependencies": {
    "tslib": "^2"
  },
  "gitHead": "253aa6190c165c31a8e790065b05b19e627dea86"
}
