UNPKG

@lattln/editorjs-formdep-utils

Version:

Utility functions for EditorJS custom form block tools

31 lines (30 loc) 780 B
{ "name": "@lattln/editorjs-formdep-utils", "version": "1.0.4", "description": "Utility functions for EditorJS custom form block tools", "main": "dist/utils.js", "author": "Lin Latt", "license": "MIT", "keywords": [ "EditorJS", "Utility" ], "repository": { "type": "git", "url": "https://github.com/lattln/editorjs-formdep-utils.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "babel src --out-dir dist --copy-files", "prepublishOnly": "npm run build" }, "dependencies": { "@lattln/editorjs-formdep-svgicons": "^1.0.4" }, "devDependencies": { "@babel/cli": "^7.24.7", "@babel/core": "^7.24.7", "@babel/preset-env": "^7.24.7", "@babel/preset-react": "^7.24.7" } }