-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 873 Bytes
/
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
{
"name": "advanced_texteditor",
"version": "2.0.5",
"description": "It has advanced text editor features",
"main": "./dist/index.js",
"scripts": {
"build": "webpack --config webpack.config.js",
"start": "webpack-dev-server --open",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/softsuave-tech-matrix/advanced_texteditor.git"
},
"keywords": [
"texteditor"
],
"author": "softsuave",
"license": "MIT",
"bugs": {
"url": "git+https://github.com/softsuave-tech-matrix/advanced_texteditor/issues"
},
"homepage": "https://github.com/softsuave-tech-matrix/advanced_texteditor#readme",
"devDependencies": {
"extract-text-webpack-plugin": "^3.0.2",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
}