-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.01 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.01 KB
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
{
"name": "editorjs-data-parser",
"version": "2.1.0",
"description": "Easily convert json data from editorjs to html elements",
"source": "src/index.ts",
"main": "dist/lib/index.js",
"module": "dist/index.js",
"types": "dist/types.d.ts",
"files": [
"dist/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/salimzade/editorjs-data-parser.git"
},
"author": "teymur.salimzade@gmail.com",
"license": "MIT",
"private": false,
"scripts": {
"watch": "parcel watch",
"build": "parcel build",
"publish": ""
},
"dependencies": {},
"devDependencies": {
"@parcel/packager-ts": "^2.0.0",
"@parcel/transformer-typescript-types": "^2.0.0",
"parcel": "^2.0.0",
"prettier": "^2.4.1",
"typescript": "^4.4.4"
},
"bugs": {
"url": "https://github.com/salimzade/editorjs-data-parser/issues"
},
"homepage": "https://github.com/salimzade/editorjs-data-parser#readme",
"keywords": [
"Editorjs, Codex-Editor",
"Editorjs-Data-Parser"
]
}