-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 893 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
31
32
33
34
{
"name": "barcode-event",
"version": "1.0.1",
"description": "Barcode Event",
"author": "[email protected]",
"main": "dist/barcode-event.js",
"types": "src/index.d.ts",
"scripts": {
"check-types": "tsc",
"build": "cross-env NODE_ENV=production webpack --color --progress",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-typescript": "^7.3.3",
"babel-loader": "^8.0.5",
"cross-env": "^6.0.3",
"terser-webpack-plugin": "^1.2.3",
"typescript": "^3.4.5",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.2"
},
"repository": {
"type": "git",
"url": "git://github.com/dirkarnez/barcode-event.git"
},
"keywords": [
"barcode",
"qrcode",
"qr"
]
}