Skip to content

Commit

Permalink
Adding new package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
miadabdi committed Jul 21, 2021
1 parent 6becad9 commit 87c227f
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "editorjs-parser",
"version": "1.5.3",
"description": "This package parses output blocks of editorjs to html",
"main": "./build/Parser.node.js",
"module": "./build/Parser.esm.js",
"directories": {
"test": "test"
},
"keywords": [
"editorjs",
"parser",
"html",
"clean-data",
"json",
"parsing"
],
"scripts": {
"test": "node test/test.js",
"build": "rollup --config"
},
"repository": {
"type": "git",
"url": "https://github.com/miadabdi/editorjs-parser"
},
"author": "Miad Abdi <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.12.0",
"@babel/preset-env": "^7.12.0",
"@rollup/plugin-babel": "^5.2.1",
"rollup": "^2.29.0"
}
}

0 comments on commit 87c227f

Please sign in to comment.