-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
43 lines (43 loc) · 1.04 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
{
"name": "@bomdi/codebox",
"version": "2.0.0",
"license": "ISC",
"description": "Code syntax highlighting tool for Editor.js",
"keywords": [
"Editor.js",
"Code",
"Code Syntax",
"Code highlight",
"Syntax highlight"
],
"author": "Adombang Munang Mbomndih <[email protected]> (https://bomdisoft.com)",
"contributors": [],
"repository": {
"type": "git",
"url": "git+https://github.com/dev-juju/codebox.git"
},
"scripts": {
"build": "webpack --progress",
"build:dev": "webpack --mode development --watch",
"start": "node test.js"
},
"devDependencies": {
"@babel/core": "7.19.0",
"@babel/node": "^7.18.10",
"@babel/preset-env": "7.19.0",
"@types/node": "^18.7.15",
"babel-eslint": "^10.0.3",
"babel-loader": "8.2.5",
"css-loader": "^6.7.1",
"eslint": "^8.23.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.3.1",
"typescript": "^4.8.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"files": [
"dist"
],
"main": "dist/index.min.js"
}