-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 838 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 838 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
{
"name": "hpgl-viewer",
"version": "1.0.0",
"description": "Preview HPGL code in html Canvas",
"main": "lib/hpgl-viewer.js",
"scripts": {
"dev": "webpack-dev-server --mode development",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/drskullster/hpgl-viewer.git"
},
"keywords": [
"HPGL",
"Canvas"
],
"author": "Jonathan Berger <drskullster@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/drskullster/hpgl-viewer/issues"
},
"homepage": "https://github.com/drskullster/hpgl-viewer#readme",
"devDependencies": {
"@babel/core": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"babel-loader": "^10.0.0",
"webpack": "^5.100.2",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2"
}
}