Files
directus/packages/format-title/package.json
dependabot[bot] 3816eb46d2 Bump rollup from 2.51.2 to 2.52.0 (#6300)
Bumps [rollup](https://github.com/rollup/rollup) from 2.51.2 to 2.52.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.51.2...v2.52.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-16 09:27:18 -04:00

48 lines
1.2 KiB
JSON

{
"name": "@directus/format-title",
"version": "9.0.0-rc.76",
"description": "Custom string formatter that converts any string into [Title Case](http://www.grammar-monster.com/lessons/capital_letters_title_case.htm)",
"keywords": [
"title-case",
"title",
"case",
"directus",
"format",
"string",
"articles",
"conjunctions",
"prepositions"
],
"main": "dist/format-title.cjs.js",
"module": "dist/format-title.bundler.js",
"unpkg": "dist/format-title.global.min.js",
"types": "dist/types/index.d.ts",
"files": [
"dist"
],
"author": "rijkvanzanten <rijkvanzanten@me.com>",
"repository": "directus/format-title",
"license": "MIT",
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"prebuild": "rimraf dist",
"build": "rollup -c rollup.config.js",
"start": "rollup -c rollup.config.js -w",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"rimraf": "^3.0.2",
"rollup": "^2.52.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"typescript": "^4.3.2"
},
"gitHead": "24621f3934dc77eb23441331040ed13c676ceffd"
}