-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 866 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 866 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
{
"name": "editorjs-annotation",
"version": "1.1.0",
"keywords": [
"codex editor",
"annotation",
"tool",
"editor.js",
"editorjs"
],
"description": "Annotation Inline Tool for Editor.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/VolgaIgor/editorjs-annotation.git"
},
"main": "./dist/bundle.js",
"scripts": {
"build": "webpack --mode production",
"build:dev": "webpack --mode development --watch"
},
"author": "Igor Shuvalov «VolgaIgor»",
"devDependencies": {
"css-loader": "^7.1.2",
"raw-loader": "^4.0.2",
"style-loader": "^4.0.0",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4"
},
"bugs": {
"url": "https://github.com/VolgaIgor/editorjs-annotation/issues"
},
"homepage": "https://github.com/VolgaIgor/editorjs-annotation#readme"
}