-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 847 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 847 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "editorjs-parser",
"version": "1.0.0",
"description": "",
"main": ".build/edjsHTML.node.js",
"types": ".build/src/main.d.ts",
"scripts": {
"build": "rollup --config && rimraf .build/node_modules",
"prepare": "npm run build"
},
"keywords": [
"editorjs",
"html",
"parsing",
"json",
"editorjs-html"
],
"author": "Numericals",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"@babel/cli": "^7.28.3",
"@babel/core": "^7.28.3",
"@babel/preset-env": "^7.28.3",
"@babel/preset-typescript": "^7.27.1",
"@editorjs/editorjs": "^2.30.8",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.4",
"rimraf": "^6.0.1",
"rollup": "^4.46.3",
"tslib": "^2.8.1",
"typescript": "^5.9.2"
}
}