forked from hata6502/editorjs-inline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.32 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
{
"name": "editorjs-inline",
"version": "0.0.0",
"description": "Inline-Editor.js Tool for Editor.js",
"keywords": [
"codex",
"editor",
"inline",
"tool",
"editor.js",
"editorjs"
],
"repository": "https://github.com/hata6502/editorjs-inline",
"license": "MIT",
"author": "hata6502",
"main": "dist/index.js",
"scripts": {
"fix": "prettier --write .",
"generate-disclaimer": "yarn licenses generate-disclaimer --ignore-platform > DISCLAIMER.md",
"license-checker": "license-checker --excludePackages '[email protected];[email protected];[email protected];[email protected];[email protected];[email protected];[email protected];[email protected];[email protected]' --excludePrivatePackages --onlyAllow 'Apache-2.0;BSD;BSD-2-Clause;BSD-3-Clause;CC0-1.0;CC-BY-3.0;CC-BY-4.0;ISC;MIT;Public Domain;Unlicense;WTFPL' --production --unknown > /dev/null",
"semantic-release": "semantic-release",
"test": "prettier --check . && tsc --noEmit",
"webpack": "webpack"
},
"devDependencies": {
"@editorjs/editorjs": "^2.18.0",
"@types/uuid": "^8.3.0",
"editorjs-element": "^1.0.0",
"license-checker": "^25.0.1",
"prettier": "^2.0.5",
"semantic-release": "^17.1.1",
"ts-loader": "^8.0.3",
"typescript": "^4.0.2",
"uuid": "^8.3.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
}
}