UNPKG

@atlaskit/node-data-provider

Version:

Node data provider for @atlaskit/editor-core plugins and @atlaskit/renderer

32 lines (31 loc) 932 B
{ "name": "@atlaskit/node-data-provider", "version": "20.0.3", "description": "Node data provider for @atlaskit/editor-core plugins and @atlaskit/renderer", "author": "Atlassian Pty Ltd", "license": "Apache-2.0", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "atlassian": { "team": "Editor: Lego", "singleton": true }, "repository": "https://bitbucket.org/atlassian/atlassian-frontend-monorepo", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "module:es2019": "dist/es2019/index.js", "types": "dist/types/index.d.ts", "sideEffects": false, "atlaskit:src": "src/index.ts", "dependencies": { "@atlaskit/editor-json-transformer": "^9.8.0", "@atlaskit/editor-prosemirror": "^9.0.0", "@atlaskit/platform-feature-flags": "^2.2.0", "@atlaskit/tmp-editor-statsig": "^202.0.0", "@babel/runtime": "^7.0.0" }, "peerDependencies": { "@atlaskit/editor-common": "^123.5.0" } }