UNPKG

x-twitter-editorjs

Version:

Plugin for Editor.js to render Twitter iframe (updated to process X.com also)

62 lines (61 loc) 1.65 kB
{ "name": "x-twitter-editorjs", "version": "1.0.0", "description": "Plugin for Editor.js to render Twitter iframe (updated to process X.com also)", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "lint": "eslint './src/**/*.{js,ts,tsx}'", "test": "jest", "test:watch": "jest --watchAll", "build": "tsc", "watch": "tsc -w", "start": "npm link && nodemon" }, "repository": { "type": "git", "url": "https://github.com/patratel/x-twitter-editorjs.git" }, "keywords": [ "Editorjs", "Editor.js", "Twitter", "X", "Embed", "Editorjs plugin" ], "author": { "name": "Patratel", "email": "cab_lord@yahoo.com" }, "license": "ISC", "bugs": { "url": "https://github.com/patratel/x-twitter-editorjs/issues" }, "homepage": "https://github.com/patratel/x-twitter-editorjs#readme", "devDependencies": { "@commitlint/cli": "^11.0.0", "@commitlint/config-conventional": "^11.0.0", "@types/jest": "^26.0.19", "@types/node": "^14.14.13", "@typescript-eslint/eslint-plugin": "^4.9.1", "@typescript-eslint/parser": "^4.9.1", "eslint": "^7.15.0", "eslint-config-prettier": "^6.15.0", "eslint-plugin-prettier": "^3.3.0", "jest": "^26.6.3", "jest-css-modules": "^2.1.0", "nodemon": "^2.0.6", "prettier": "^2.2.1", "ts-jest": "^26.4.4", "typescript": "^4.1.3" }, "files": [ "dist/**/*" ], "dependencies": { "@editorjs/editorjs": "^2.19.1", "@rmwc/circular-progress": "^6.1.4", "bdd-lazy-var": "^2.6.0" } }