@wix/design-system
Version:
@wix/design-system
52 lines (51 loc) • 1.32 kB
JSON
{
"name": "draft-js-utils",
"version": "1.4.1",
"description": "Collection of utilities for DraftJS",
"main": "lib/main.js",
"module": "esm/main.js",
"files": [
"lib",
"esm"
],
"scripts": {
"build:cjs": "babel src --root-mode upward --out-dir lib --ignore \"_*\"",
"build:esm": "NODE_ENV=esm babel src --root-mode upward --out-dir esm --ignore \"_*\"",
"build": "yarn build:cjs && yarn build:esm",
"prepublishOnly": "yarn build"
},
"peerDependencies": {
"draft-js": ">=0.10.0",
"immutable": "3.x.x"
},
"keywords": [
"draft-js",
"rich-text",
"content-tools"
],
"author": "sstur@me.com",
"contributors": [
{
"name": "Johannes Lumpe",
"url": "https://github.com/johanneslumpe"
},
{
"name": "Simon Sturmer",
"url": "https://github.com/sstur"
},
{
"name": "shin",
"url": "https://github.com/sugarshin"
},
{
"name": "Greg Ziegan",
"url": "https://github.com/thebritican"
}
],
"license": "ISC",
"repository": "https://github.com/sstur/draft-js-utils/tree/master/packages/draft-js-utils",
"bugs": {
"url": "https://github.com/sstur/draft-js-utils/issues"
},
"homepage": "https://github.com/sstur/draft-js-utils/blob/master/packages/draft-js-utils/README.md"
}