-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.09 KB
/
package.json
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
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "@coolbytes/editorjs-paragraph",
"description": "Paragraph block tool for Editor.js",
"version": "1.0.2",
"private": false,
"homepage": "https://apps.coolbytes.in/editorjs-paragraph",
"license": "MIT",
"author": {
"name": "Cool Bytes",
"email": "57877111+CoolBytesIN@users.noreply.github.com"
},
"keywords": [
"editor.js",
"editorjs",
"codex editor",
"coolbytes",
"paragraph"
],
"main": "dist/bundle.js",
"module": "dist/bundle.js",
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "yarn install && yarn webpack",
"ready": "npm login"
},
"bugs": {
"url": "https://github.com/CoolBytesIN/editorjs-paragraph/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CoolBytesIN/editorjs-paragraph.git"
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"babel-loader": "^9.1.3",
"css-loader": "^7.1.1",
"style-loader": "^4.0.0",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
},
"publishConfig": {
"access": "public"
}
}