forked from Enderer/sixteensegment
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 764 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 764 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
{
"name": "segment-display",
"version": "1.0.0",
"description": "Segment Display using canvas",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.prod.config.js",
"dev": "webpack --config webpack.config.js --watch",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChTosar/sixteensegment.git"
},
"author": "chtosar",
"license": "MIT",
"bugs": {
"url": "https://github.com/ChTosar/sixteensegment/issues"
},
"homepage": "https://github.com/ChTosar/sixteensegment#readme",
"devDependencies": {
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1"
}
}