UNPKG

@kedao/utils

Version:

Utils for Kedao Editor

36 lines 739 B
{ "name": "@kedao/utils", "version": "0.0.2", "description": "Utils for Kedao Editor", "main": "./lib/index.js", "module": "./lib/index.js", "types": "./lib/index.d.ts", "files": [ "lib", "src" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "repository": { "type": "git", "url": "https://github.com/banyudu/kedao.git" }, "keywords": [ "kedao", "editor", "utils" ], "author": "banyudu", "license": "MIT", "dependencies": { "@kedao/convert": "0.0.2", "draftjs-utils": "^0.10.2", "immutable": "^4.0.0" }, "scripts": { "build": "rm -rf lib/ && tsc", "test": "echo \"Error: no test specified\" && exit 1" } }