mirror of
https://github.com/directus/directus.git
synced 2026-01-24 13:28:15 -05:00
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "@directus/format-title",
|
|
"version": "9.0.0-rc.80",
|
|
"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.3",
|
|
"rollup-plugin-sourcemaps": "0.6.3",
|
|
"rollup-plugin-terser": "7.0.2",
|
|
"rollup-plugin-typescript2": "0.30.0",
|
|
"typescript": "4.3.4"
|
|
},
|
|
"gitHead": "24621f3934dc77eb23441331040ed13c676ceffd"
|
|
}
|