mirror of
https://git.eta.st/eta/rsp6-decoder.git
synced 2024-11-21 23:15:48 +00:00
23 lines
534 B
JSON
23 lines
534 B
JSON
|
{
|
||
|
"name": "rsp6-webshite",
|
||
|
"version": "0.1.0",
|
||
|
"description": "massive excess of web stuff to make tickets work",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"build": "webpack --config webpack.config.js",
|
||
|
"start": "webpack-dev-server"
|
||
|
},
|
||
|
"author": "eta",
|
||
|
"license": "MIT",
|
||
|
"devDependencies": {
|
||
|
"copy-webpack-plugin": "^5.0.0",
|
||
|
"rsp6-decoder": "file:../pkg",
|
||
|
"webpack": "^4.29.3",
|
||
|
"webpack-cli": "^3.1.0",
|
||
|
"webpack-dev-server": "^3.1.5"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@zxing/library": "^0.19.1"
|
||
|
}
|
||
|
}
|