mirror of
https://github.com/directus/directus.git
synced 2026-01-15 04:28:01 -05:00
62 lines
1.4 KiB
JSON
62 lines
1.4 KiB
JSON
{
|
|
"name": "@directus/format-title",
|
|
"version": "9.6.0",
|
|
"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",
|
|
"exports": {
|
|
".": {
|
|
"import": {
|
|
"node": "./index.mjs",
|
|
"default": "./dist/format-title.bundler.js"
|
|
},
|
|
"require": "./dist/format-title.cjs.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"module": "dist/format-title.bundler.js",
|
|
"unpkg": "dist/format-title.esm.min.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"index.mjs"
|
|
],
|
|
"author": "rijkvanzanten <rijkvanzanten@me.com>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/directus/directus.git"
|
|
},
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"scripts": {
|
|
"prebuild": "rimraf dist",
|
|
"build": "rollup -c",
|
|
"dev": "rollup -c -w"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "21.0.1",
|
|
"@rollup/plugin-json": "4.1.0",
|
|
"@rollup/plugin-node-resolve": "13.1.3",
|
|
"rimraf": "3.0.2",
|
|
"rollup": "2.67.3",
|
|
"rollup-plugin-dts": "4.1.0",
|
|
"rollup-plugin-sourcemaps": "0.6.3",
|
|
"rollup-plugin-terser": "7.0.2",
|
|
"rollup-plugin-typescript2": "0.31.2",
|
|
"typescript": "4.5.2"
|
|
},
|
|
"gitHead": "24621f3934dc77eb23441331040ed13c676ceffd"
|
|
}
|