UNPKG

editorjs-indent-tune

Version:
55 lines (54 loc) 1.7 kB
{ "name": "editorjs-indent-tune", "version": "1.4.4", "description": "Block tune for Editor.js ", "scripts": { "build": "webpack --mode production", "build:dev": "webpack --mode development --watch --output-filename=dev-build.js", "test": "cypress open", "test:headless": "npx cypress run --browser chrome --headless", "test:file": "npx cypress run --spec 'cypress/e2e/multiblock.spec.ts' --browser chrome --headless" }, "devDependencies": { "@babel/core": "^7.13.14", "@babel/preset-env": "^7.13.12", "@editorjs/editorjs": "^2.28.2", "babel-loader": "^8.2.2", "css-loader": "^5.2.7", "cypress": "^13.17.0", "raw-loader": "^4.0.2", "style-loader": "^2.0.0", "ts-loader": "^9.5.1", "typescript": "^5.3.3", "webpack": "^5.89.0", "webpack-cli": "^4.10.0" }, "main": "./dist/bundle.js", "types": "./dist/index.d.ts", "files": [ "dist/bundle.js", "dist/index.d.ts" ], "author": "sebmeister2077", "license": "MIT", "keywords": [ "codex editor", "indentation", "indent", "tune", "tool", "editor.js", "editorjs" ], "repository": { "type": "git", "url": "https://github.com/sebmeister2077/editorjs-indent-tune.git" }, "bugs": { "url": "https://github.com/sebmeister2077/editorjs-indent-tune/issues" }, "homepage": "https://github.com/sebmeister2077/editorjs-indent-tune#readme", "dependencies": { "@codexteam/icons": "^0.3.0" } }