-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 909 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
35
{
"name": "bedrock-web-pdf417",
"version": "3.0.1-0",
"main": "lib",
"module": "main.js",
"repository": {
"type": "git",
"url": "[email protected]:digitalbazaar/bedrock-web-pdf417.git"
},
"author": {
"name": "Digital Bazaar, Inc.",
"email": "[email protected]",
"url": "https://digitalbazaar.com/"
},
"scripts": {
"lint": "eslint .",
"test": "npm run test-node",
"test-node": "cross-env NODE_ENV=test mocha -r esm --preserve-symlinks -t 30000 -A -R ${REPORTER:-spec} --require tests/test-mocha.js tests/*.spec.js"
},
"dependencies": {
"@zxing/library": "digitalbazaar/zxing-library",
"delay": "^5.0.0",
"esm": "^3.2.25"
},
"devDependencies": {
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"eslint": "^7.10.0",
"eslint-config-digitalbazaar": "^2.6.1",
"mocha": "^8.1.3"
},
"engines": {
"node": ">=14.0.0"
}
}